Skip to main content
Module

x/earthstar_streaming_rpc/mod.ts>withTimeout

Like JSON-RPC, but supports streaming.
Latest
variable withTimeout
Re-export
import { withTimeout } from "https://deno.land/x/earthstar_streaming_rpc@v5.0.1/mod.ts";

type

<T>(ms: number, prom: Promise<T>) => Promise<T>