bos / pool

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

Ensure resources get 'destroy'ed when stripe gets GCed #14

Closed kim closed 10 years ago

kim commented 10 years ago

Currently it is not guaranteed that resources get properly destroyed, which might be an issue depending on the type of resource being pooled.

I am also thinking that it might be useful to export this function (and/or one that would purge the entire 'Pool'), so users would be able to "early finalize" resources.

kim commented 10 years ago

Superseeded by #16