ixfx
    Preparing search index...

    Type Alias PoolUserEventMap<V>

    PoolUserEventMap: {
        disposed: { data: V; reason: string };
        released: { data: V; reason: string };
    }

    Type Parameters

    • V

    Type declaration

    • Readonlydisposed: { data: V; reason: string }
    • Readonlyreleased: { data: V; reason: string }