Ƭ AsyncIteratorExecutor<T
>: (options
: T
, context
: ExecutorContext
) => AsyncIterableIterator
<{ success
: boolean
}>
An executor implementation that returns an async iterator
Name | Type |
---|---|
T |
any |
▸ (options
, context
): AsyncIterableIterator
<{ success
: boolean
}>
Name | Type |
---|---|
options |
T |
context |
ExecutorContext |
AsyncIterableIterator
<{ success
: boolean
}>