GitXplorerGitXplorer
k

ex-pool

public
6 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
fca9301b99e4ad36fd0d8a70a0e77ca78e233489

Bump version to 0.2.1

kkim committed 7 years ago
Verified
684f5a91b0bfcf9ac4e8bc7a6684239155d7706b

Merge pull request #4 from k0001/ups

kkim committed 7 years ago
Unverified
607b079fb1901e9c30128937baddb268ba273776

remove exceptions upper bound

kk0001 committed 7 years ago
Unverified
8023c7e6518d557daec383083e5b964f4ab14798

Update to exceptions 0.6

ttwittner committed 11 years ago
Unverified
ce464a16c44420a1789b5d7552c7745dcc74017c

Constrain exceptions

kkim committed 11 years ago
Unverified
65ff70e2e88c2ee3173fb155404f67e503afa62d

Avoid name clash with `Prelude.catch` on older GHCs

kkim committed 11 years ago

README

The README file for this repository.

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