Search Results for

    Show / Hide Table of Contents

    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().

    See: RentTemporary<T>(IPool<T>, out T)

    Interfaces

    IPool

    Interface provides that basic features of pool.

    IPool<T>

    Interface provides that basic features of pool.

    In This Article
    Back to top XPool - Object Pooling System