Skip to main content
Module

x/easyts/channel.ts>Chan#[Symbol.asyncIterator]

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

Implement asynchronous iterators

Returns

AsyncGenerator<T>