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