Async.js
0.1.22
dotnet add package Async.js --version 0.1.22
NuGet\Install-Package Async.js -Version 0.1.22
<PackageReference Include="Async.js" Version="0.1.22" />
paket add Async.js --version 0.1.22
#r "nuget: Async.js, 0.1.22"
// Install Async.js as a Cake Addin #addin nuget:?package=Async.js&version=0.1.22 // Install Async.js as a Cake Tool #tool nuget:?package=Async.js&version=0.1.22
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.22 | 39,255 | 9/25/2012 |