Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/imports/mod.ts>AsyncPushIterator#finish

Work-in-progress front-end tool which does put a smile on my face
Latest
method AsyncPushIterator.prototype.finish
Re-export
import { AsyncPushIterator } from "https://deno.land/x/gauntlet@v0.0.9/imports/mod.ts";

Let the iterator finish, i.e. already pushed values will be iterated, but new values are not accepted. After all pushed values are iterated, the iterator returns (stops).