@bodil/core - v0.4.1
    Preparing search index...

    Type Alias AbortableExecutor<A, E>

    AbortableExecutor: (
        resolve: (value: A | PromiseLike<A>) => void,
        reject: (error: E) => void,
        abort: AbortSignal,
    ) => void

    Executor function for an AbortablePromise.

    Type Parameters

    • A
    • E

    Type Declaration