v0.5.0
Pre-release
Pre-release
- First release of the
PoolBuilder
API, exposing settings likeStartingSize
,MaxSize
andSupplier
- A
Supplier
can now be specified to generate new values when the pool is empty. This allows values being generated to be affected by runtime configuration and decision-making rather than depending on values baked into theT
values in aPool<T>
.