Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 521 Bytes

polyethylene.polyasynciterable.complete.md

File metadata and controls

19 lines (11 loc) · 521 Bytes

Home > polyethylene > PolyAsyncIterable > complete

PolyAsyncIterable.complete() method

Perform this iteration doing nothing.

Signature:

complete(): Promise<void>;

Returns:

Promise<void>

a promise that will resolve when the iteration is done