class RemoteChannelRead
extends RemoteChannelBase
import { RemoteChannelRead } from "https://deno.land/x/rimbu@1.2.0/channel/custom/remote-channel/remote-channel-impl.ts";
Methods
asyncStream(): AsyncStream<T>
receive<RT>(options?: { signal?: AbortSignal | undefined; timeoutMs?: number | undefined; recover?: ((channelError: Channel.Error) => RT) | undefined; }): Promise<T | RT>
[Symbol.asyncIterator](): AsyncIterator<T>