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>RemoteChannelRead#receive

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method RemoteChannelRead.prototype.receive
import { RemoteChannelRead } 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; recover?: ((channelError: Channel.Error) => RT) | undefined; } = [UNSUPPORTED]

Returns

Promise<T | RT>