ixfx
    Preparing search index...

    Type Alias PoolUserEventMap<V>

    type PoolUserEventMap<V> = {
        disposed: { data: V; reason: string };
        released: { data: V; reason: string };
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

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