Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/src/wgps/util.ts>onAsyncIterate

Exploring Willow in the most efficient and sound programming language
Go to Latest
function onAsyncIterate
import { onAsyncIterate } from "https://deno.land/x/willow@0.2.1/src/wgps/util.ts";

Parameters

iterator: AsyncIterable<ValueType>
callback: (value: ValueType) => void | Promise<void>
optional
onEnd: () => void