BSD-3-Clause licensed
Maintained by Brandon Chinn
This version can be pinned in stack with:resourcet-pool-0.1.0.0@sha256:fcf8b811d06572f5f354ed82285d1f689be4c8c1e8243a07702da00c64724628,1479

Module documentation for 0.1.0.0

resourcet-pool

resource-pool provides the Pool abstraction, which performs resource allocation. Independently, resourcet provides the Acquire abstraction, which also performs resource allocation, but also plugs into the MonadResource type class. This library provides a way of converting a Pool into an Acquire, if using Acquire functions is easier for your application.

This library exports a single function

poolToAcquire :: Pool a -> Acquire a

which pretty much does what it says on the box.

Changes

resourcet-pool

0.1.0.0

Initial release