Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/haskell-lifetimes
Flexible resource management library for Haskell
https://github.com/zenhack/haskell-lifetimes
Last synced: 16 days ago
JSON representation
Flexible resource management library for Haskell
- Host: GitHub
- URL: https://github.com/zenhack/haskell-lifetimes
- Owner: zenhack
- License: apache-2.0
- Created: 2021-01-19T20:56:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T03:46:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T14:07:32.598Z (about 1 month ago)
- Language: Haskell
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Haskell library for flexible RAII-style resource management.
This package provides a superset of the functionality supported by
[resourcet][1]; 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.[1]: https://hackage.haskell.org/package/resourcet