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

    Type Alias ExecutorTask<Value>

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

    The task that can be executed by an Executor.

    Type Parameters

    • Value = any

      The value stored by the executor.

    Type declaration