Skip to main content
Module

x/earthstar/src/streams/stream_utils.ts>BlockingBus#on

Storage for private, distributed, offline-first applications.
Go to Latest
method BlockingBus.prototype.on
import { BlockingBus } from "https://deno.land/x/earthstar@v10.2.2/src/streams/stream_utils.ts";

Parameters

cb: (item: T) => void | Promise<void>