The type of the elements in the sequence returned by the factory function, and in the resulting sequence.
Async-iterable factory function to invoke for each call to [Symbol.asyncIterator].
Optional
signal: AbortSignalAn async-iterable sequence whose observers trigger an invocation of the given async-iterable factory function.
Generated using TypeDoc
Returns an async-iterable sequence that invokes the specified factory function whenever a call to [Symbol.asyncIterator] has been made.