Skip to main content
Module

x/listenator/mod.ts>default

Turn any event stream into an async iterator
Latest
function default
import { default } from "https://deno.land/x/listenator@v1.2.3/mod.ts";

Given a factory function, creates an asynchronous iterator which emits items passed to its callback.