CoherenceObjectPool<T>
class in Coherence.Toolkit
Type Parameters
T
Constructors
CoherenceObjectPool(Func<T>, Func<T, bool>, Action<T>, Action<T>, bool, int) |
Properties
CountActive | |
CountAll | |
CountInactive |
Methods
Clear() | |
Dispose() | |
ForceGet(T) | |
Get() | |
Release(T) |