Namespace MackySoft.XPool
Classes
FactoryPool<T>
Pool that create an instance from a custom factory method.
PoolExtensions
Structs
RentInstance<T>
This is a token that indicates that rented an instance from the pool.
You can return an instance to the pool by calling Dispose().
Interfaces
IPool
Interface provides that basic features of pool.
IPool<T>
Interface provides that basic features of pool.