Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 681 Bytes

polyethylene.polyasynciterable._symbol.asynciterator_.md

File metadata and controls

19 lines (11 loc) · 681 Bytes

Home > polyethylene > PolyAsyncIterable > [Symbol.asyncIterator]

PolyAsyncIterable.[Symbol.asyncIterator]() method

Allows this class to work as a regular AsyncIterable<T>

Signature:

[Symbol.asyncIterator](): AsyncIterator<T, any, undefined>;

Returns:

AsyncIterator<T, any, undefined>

an async iterable that will yield the same elements as the iterable used to create this instance