Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zslayton zslayton released this 21 Sep 01:31
· 30 commits to master since this release
  • First release of the PoolBuilder API, exposing settings like StartingSize, MaxSize and Supplier
  • 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 the T values in a Pool<T>.