Create a new async iterable. The values yielded from calls to .next() or when used in a for await ofloop are "pushed" into the iterable. Returns an async iterable object with additional methods.
.next()
for await of
Optional
Generated using TypeDoc
Create a new async iterable. The values yielded from calls to
.next()
or when used in afor await of
loop are "pushed" into the iterable. Returns an async iterable object with additional methods.