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

x/rimbu/channel/custom/remote-channel/remote-channel-impl.ts>RemoteChannelWrite#sendAll

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method RemoteChannelWrite.prototype.sendAll
import { RemoteChannelWrite } from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel/remote-channel-impl.ts";

Parameters

optional
options: { signal?: AbortSignal | undefined; timeoutMs?: number | undefined; catchChannelErrors?: boolean | undefined; } = [UNSUPPORTED]

Returns

Promise<any>