Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/msgpack_rpc/mod.ts>Session#waitClosed

🦕 Deno module to support msgpack-rpc
Go to Latest
method Session.prototype.waitClosed
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/mod.ts";

Wait until the session is closed

Returns

Promise<void>