Async.js 0.1.22

dotnet add package Async.js --version 0.1.22
NuGet\Install-Package Async.js -Version 0.1.22
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Async.js" Version="0.1.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Async.js --version 0.1.22
#r "nuget: Async.js, 0.1.22"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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 31,498 9/25/2012