async-node
Async wrapper for Node.js 4.0+
Async wrapper for Node.js 4.0+
Another way to implement AOP in JavaScript.
Async notation for callback-styled functions and methods.
一个提供了异步遍历功能的工具,可以通过插件拓展工具的遍历器。已经提供的方法包括forEach,every,some,filter,map,sort,reduce。
Convert any readable stream to an async iterator and promise-like.
a function to make a generator more like a async/await
wait, then do something asynchronously
Cutting edge Babel preset using 'fast-async' instead of generators for async/await. Also configurable for Electron.
Wraps the function in another function that always returns data even when it errors.
Runs the tasks array of functions in series, each passing their results to the next in the array.
Repeatedly call fn, while test returns true.
Returns true if every element in coll satisfies an async test.
The opposite of filter. Removes values that pass an async truth test.
Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.