import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/index.js";
Variables
This is the very constructor/class of all async functions. | |
This is the very constructor/class of all async generator functions. | |
The entry of jsext major functions. | |
This is the very constructor/class of all generator functions. | |
v run | |
This is the superclass of all of all |
Functions
f _try | Calls a function safely and return errors when captured. |
f chan | Inspired by Golang, cerates a Channel that can be used to transfer data across routines. |
f func | Inspired by Golang, creates a function that receives a |
f lock | Acquires a mutex lock for the given key in order to perform concurrent operations and prevent conflicts. |
f pipe | Constructs a Pipeline instance with the given value and performs pipe operations upon it. |
Processes data sequentially by the given | |
f wrap | Wraps a function inside another function and returns a new function that copies the original function's name and other properties. |