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

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

A Willow Data Model and Willow General Purpose Sync protocol implementation in TypeScript.
Latest
function onAsyncIterate
import { onAsyncIterate } from "https://deno.land/x/willow@0.3.5/src/wgps/util.ts";

Parameters

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