import { Chan } from "https://deno.land/x/easyts@0.1.3/channel.ts";
Read a value from the channel, block if there is no value to read, and return until there is a value or the channel is closed
import { Chan } from "https://deno.land/x/easyts@0.1.3/channel.ts";
Read a value from the channel, block if there is no value to read, and return until there is a value or the channel is closed