Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/channel.ts>Chan#readCase

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

Create a case for select to read

Returns

ReadCase<T>