Type alias: AsyncIteratorExecutor<T>

Ƭ AsyncIteratorExecutor<T>: (options: T, context: ExecutorContext) => AsyncIterableIterator<{ success: boolean }>

An executor implementation that returns an async iterator

Type parameters

NameType
Tany

Type declaration

▸ (options, context): AsyncIterableIterator<{ success: boolean }>

Parameters
NameType
optionsT
contextExecutorContext
Returns

AsyncIterableIterator<{ success: boolean }>