import { Chan } from "https://deno.land/x/easyts@0.1.3/mod.ts";
Attempts to read a value from the channel, returns undefined if no value is readable, returns {done:true} if the channel is closed
import { Chan } from "https://deno.land/x/easyts@0.1.3/mod.ts";
Attempts to read a value from the channel, returns undefined if no value is readable, returns {done:true} if the channel is closed