@hackage ex-pool0.1.0
Another fork of resource-pool, with a MonadIO and MonadCatch constraint
Categories
License
BSD-3-Clause
Maintainer
kim.altintop@gmail.com
Links
Versions
Installation
Dependencies (7)
- base >=4 && <5
- exceptions
- hashable >1.2
- stm
- time
- transformers Show all…
Dependents (2)
@hackage/acme-everything, @hackage/hasql
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 plainIO), 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