Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 854 Bytes

AsyncIteratorExecutor.md

File metadata and controls

26 lines (16 loc) · 854 Bytes

Type alias: AsyncIteratorExecutor<T>

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

An executor implementation that returns an async iterator

Type parameters

Name Type
T any

Type declaration

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

Parameters
Name Type
options T
context ExecutorContext
Returns

AsyncIterableIterator<{ success: boolean }>