EVaillant / lockfree-object-pool

Object Pool LockFree in Rust
Boost Software License 1.0
44 stars 2 forks source link

Add capability to set a max limit on an ObjectPool #2

Closed carllin closed 10 months ago

carllin commented 3 years ago

It would be nice to bound the number of allocated objects on an object pool

EVaillant commented 3 years ago

why not...