Skip to main content
Module

x/easyts/channel.ts>Chan#wait

js library written with ts, use select and chan like golang in js.
Latest
method Chan.prototype.wait
import { Chan } from "https://deno.land/x/easyts@0.1.2/channel.ts";

Wait for chan to close, no data will be read from chan

Returns

undefined | Promise<void>