ex-pool

Another fork of resource-pool, with a MonadIO and MonadCatch constraint

https://github.com/kim/ex-pool

Version on this page:0.2
LTS Haskell 0.7:0.2
Stackage Nightly 2014-12-24:0.2
Latest on Hackage:0.2.1

See all snapshots ex-pool appears in

BSD-3-Clause licensed by Kim Altintop, Bryan O'Sullivan
Maintained by [email protected]
This version can be pinned in stack with:ex-pool-0.2@sha256:d2d2a1cfb8e6c4dc96915dcffb25dcf11bdbbf28418b40c617cf8761de64f07b,1293

Module documentation for 0.2

Used by 1 package in nightly-2014-12-24(full list with versions):

ex-pool

A fork of resource-pool providing a high-performance striped resource pooling implementation for Haskell.

The package is intended to be a drop-in replacement for the original version, for when the following properties seem useful:

  • Unlike the original implementation, this library enables actions to be run in MonadIO (instead of plain IO), and uses exceptions for exception handling.

  • Also, a number of yet-to-be-released enhancements and fixes to the original library are included (namely #11, #15, #16).

That is, if you don’t need any of the above, use the original package :)

Contributing

Please report issues here, or, better yet, submit pull requests.

License

BSD3, see LICENSE file