Hexagon
Loading...
Searching...
No Matches
Pool< T > Member List

This is the complete list of members for Pool< T >, including all inherited members.

ActiveCountPool< T >
Create(Func< T > factory, Action< T > onGet, Action< T > onRelease, Func< T, bool > isActive, int listCapacity=20)Pool< T >inlinestatic
Get()Pool< T >inline
Get(T item)Pool< T >inline
InactiveCountPool< T >
Populate(int delta)Pool< T >inline
Release(T item)Pool< T >inline
ReleaseAll()Pool< T >inline
TotalCountPool< T >
ViewExistingActive([NotNullWhen(true)] out T? result)Pool< T >inline
ViewExistingInactive([NotNullWhen(true)] out T? result)Pool< T >inline