libjs-async

functions and patterns for asynchronous code - web browsers

Description

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript.

Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the Node convention of providing a single callback as the last argument of your async function.

This provides async for use directly in web browsers.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/caolan/async


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjs-async