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

x/ayonli_jsext/chan.ts

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

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

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.