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

x/ayonli_jsext/esm/chan.js

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/chan.js";

Classes

A channel implementation that transfers data across routines, even across multiple threads, inspired by Golang.

Functions

Inspired by Golang, cerates a Channel that can be used to transfer data across routines.