io-region: Exception safe resource management with dynamic regions
Region owns resources and automatically frees them on exit. It is a plain old ADT, so it is possible to pass it to functions, put into mutable references, store in regular data types.
Resources can be freed earler or transfered to other regions.
Region itself can be used as any other resource. E.g. one region can own other one.
The library doesn't pretend to solve double throw issue.
Downloads
- io-region-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.1 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.5 && <5.0), stm [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) Yuras Shumovich 2015 |
Author | Yuras Shumovich |
Maintainer | shumovichy@gmail.com |
Category | Control |
Home page | https://github.com/Yuras/io-region/wiki |
Source repo | head: git clone git@github.com/Yuras/io-region.git |
Uploaded | by YurasShumovich at 2015-04-24T12:50:25Z |
Distributions | LTSHaskell:0.1.1, NixOS:0.1.1, Stackage:0.1.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2457 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-04-24 [all 1 reports] |