apr-series
Run the functions in the tasks in series, each one running once the previous function has completed.
Run the functions in the tasks in series, each one running once the previous function has completed.
Sorts a list by the results of running each coll value through an async iteratee.
Creates a continuation function with some arguments already applied.
Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.
Transform a callback-based function into a promise-based one.
Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).
Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.
My implementation of async await using generator functions
Some additional functions to advance the capabilities of asynchronous code in javascript.
Error Handler for Async Functions
The right way to iterate with for-await-of
### Using async / await, delay a function call with arguments and return the result
Simplifies web, file, and parallel tasks with TypeScript async/await
Framework for asynchronous programming
Node.js control flow
a lightweight promise-based express-like web framework
router for coe
Channel communication primitive
Async class methods with coroutines
Coroutines from generator functions