The type of the state used in the generator loop.
The type of the elements in the produced sequence.
The initial state.
Condition to terminate generation (upon returning false).
Optional signal: AbortSignalIteration step function.
Optional signal: AbortSignalSelector function for results produced in the sequence.
Optional signal: AbortSignalSelector function for how much time to wait.
Optional signal: AbortSignalThe generated async-iterable sequence.
Generated using TypeDoc
Generates an async-iterable sequence by running a time-based state-driven loop producing the sequence's elements.