bos / pool

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

Adding ability to only use/take created resources #34

Closed jm4games closed 4 years ago

jm4games commented 4 years ago

Extending the try functionality to only work if the resource is created. This is useful for scenarios where we want to ensure existing connections are still valid without having to take the hit in an actual request.

jm4games commented 4 years ago

Not proper fix.