resourcet

Deterministic allocation and freeing of scarce resources.

http://github.com/snoyberg/conduit

Version on this page:1.1.3.2@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.2@sha256:f8ac16c8c5ea8610f0929e3520149033b995110994edc878554b83ed926632ed,1839

Module documentation for 1.1.3.2

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.