- Add
tryWithResource
andtryTakeResource
.
- Rewrite based on
Control.Concurrent.QSem
for better throughput and latency. - Make release of resources asynchronous exceptions safe.
- Remove dependency on
monad-control
. - Expose the
.Internal
module. - Add support for introspection.
- Add
PoolConfig
.