JSPM

  • Created
  • Published
  • Downloads 56343575
  • Score
    100M100P100Q209549F
  • License MIT

Higher-order functions and common patterns for asynchronous code

Package Exports

  • async
  • async/apply
  • async/asyncify
  • async/auto
  • async/detect
  • async/detectSeries
  • async/doUntil
  • async/doWhilst
  • async/each
  • async/eachLimit
  • async/eachOf
  • async/eachOfSeries
  • async/eachSeries
  • async/every
  • async/filter
  • async/map
  • async/mapLimit
  • async/mapSeries
  • async/mapValues
  • async/memoize
  • async/nextTick
  • async/parallel
  • async/parallelLimit
  • async/queue
  • async/queue.js
  • async/reduce
  • async/reject
  • async/retry
  • async/seq
  • async/series
  • async/setImmediate
  • async/some
  • async/timeout
  • async/times
  • async/timesLimit
  • async/until
  • async/waterfall
  • async/whilst

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (async) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Async Logo

Build Status via Travis CI NPM version Coverage Status Join the chat at https://gitter.im/caolan/async libhive - Open source examples

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js and installable via npm install --save async, it can also be used directly in the browser.

For Documentation, visit http://caolan.github.io/async/

For Async v1.5.x documentation, go HERE