@hackage lifetimes0.2.0.1
Flexible manual resource management
Categories
License
Apache-2.0
Maintainer
ian@zenhack.net
Links
Versions
Installation
Dependencies (7)
- async ^>=2.2.4
- base >=4.12 && <5
- containers ^>=0.6.2
- monad-stm ^>=0.1
- stm ^>=2.5
- transformers ^>=0.5.6 Show all…
Dependents (1)
@hackage/capnp
Haskell library for flexible RAII-style resource management.
This package provides a superset of the functionality supported by resourcet; in addition to allowing for early early release, it also provides move semantics: lifetimes are first class values and hierarchical, and resources can be moved between them after allocation.