React Executor - v0.0.28
    Preparing search index...

    Type Alias ExecutorTaskCallback<Value>

    ExecutorTaskCallback: (
        signal: AbortSignal,
        executor: Executor<Value>,
    ) => PromiseLike<Value> | Value

    The task callback that can be executed by an Executor.

    Type Parameters

    • Value = any

      The value stored by the executor.

    Type Declaration