resourcet

Deterministic allocation and freeing of scarce resources.

http://github.com/snoyberg/conduit

Version on this page:1.1.3.3@rev:1
LTS Haskell 22.17:1.3.0
Stackage Nightly 2024-04-19:1.3.0
Latest on Hackage:1.3.0

See all snapshots resourcet appears in

BSD-3-Clause licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:resourcet-1.1.3.3@sha256:57ab06bbb0fcb0ece3504face4d3b417219678003e575c6d7a45db0cb1aaf381,1839

Module documentation for 1.1.3.3

resourcet

Please see the full tutorial on School of Haskell.

This package was originally included with the conduit package, but has existed as a separate package for quite a while. It is fully usable outside of conduit.

Changes

1.1.3.2

monad-control-1.0 support #191

1.1.3

Provide the withEx function to interact nicely with the exceptions package.