Enderlook.Pools/v0.1.1
·
81 commits
to main
since this release
- Fix documentation
- Specify that
ObjectPool<T>.ApproximateCount()
must return-1
if the operation is not supported. - Specify that
ObjectPool<T>.Return(T obj)
must never fail silently ifobj
isnull
. - Fix
DynamicObjectPool<T>
not auto-trimming. - Fix
ThreadLocalOverPerLockedStacksObjectPool<T>.Rent()
(implementation behindObjectPool<T>.Shared.Rent()
) throwing when getting elements from global reserve.