bos / pool

A high-performance striped resource pooling implementation for Haskell
Other
112 stars 59 forks source link

Finalize `LocalPool`s #16

Closed kim closed 10 years ago

kim commented 10 years ago

This is essentially rebasing #14 on top of #15, as the former had the same "early finalizer" issue.

bos commented 10 years ago

Applied, thanks.

kim commented 10 years ago

Thanks for accepting the patches. Would you mind pushing a (patch) release to hackage? This would allow us to resolve our issues with hedis simply by upgrading the resource-pool dependency. Thanks a lot!