Wraps the existing async-iterable sequence with an abort signal for cancellation.
The type of the elements in the source sequence.
The abort signal used for cancellation.
An async-iterable that can be cancelled by the abort signal.
Generated using TypeDoc
Wraps the existing async-iterable sequence with an abort signal for cancellation.