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

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

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