Async.js NuGet Package

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

Although originally designed for use with node.js, it can also be used directly in the browser.

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.js convention of providing a single callback as the last argument of your async function.




Got any Async.js Question?





Info

Version: 0.1.22
Author(s): Caolan McMahon
Last Update: Tuesday, September 25, 2012
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/caolan/async
NuGet Url: https://www.nuget.org/packages/Async.js


Install
Install-Package Async.js
dotnet add package Async.js
paket add Async.js
Async.js Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

3

days-since-last-release

4224