Type alias ExecutorPlugin<Value>

ExecutorPlugin<Value>: ((executor) => void)

The plugin callback that is invoked when the executor is created by the ExecutorManager.

Type Parameters

  • Value = any

    The value stored by the executor.

Type declaration

    • (executor): void
    • Parameters

      Returns void