包详细信息

asyncc

commenthol16.8kMIT2.0.9

Just asynchronous patterns

async, callback

自述文件

asyncc

Just async patterns

NPM version

Asynchronous patterns, no dependencies, no bloat, more isn't needed.

Runs in the browser and on node. Less than 6kB in size.

Serial execution patterns

Parallel execution patterns

Installation

npm install --save asyncc

Usage

As ES6 Modules

import {NoPromise, connect} from 'asyncc'

As CommonJS Modules

const {NoPromise, connect} = require('asyncc')

or picking individual methods

const connect = require('asyncc/lib/connect')

References

更新日志

2.0.9 (2025-02-27)

  • fix: commonjs exports (#cd51feb)

2.0.8 (2025-02-10)

  • chore: bump dev dependencies (#54cca66)

v2.0.5 (2019-12-25)

  • chore: bump deps [1cc39b9]

v2.0.4 (2019-10-26)

  • chore: bump deps [82a77aa]
  • deprecate node 4 [aa628cb]
  • bump eslint, babel, rollup [536a1ea]

v2.0.3 (2018-06-01)

  • fix undefined callback in _parallel [01ef0de]

v2.0.2 (2018-04-15)

  • update devdependencies [52b5a8b]

v2.0.1 (2017-10-17)

  • build [8262864]
  • bump dependencies [74a6666]
  • remove yarn.lock [da610a1]
  • fix let, const [5ffae47]
  • fix pass to callback if running without items, tasks [a011e9d]

v2.0.0 (2017-07-09)

  • update link corrections [1240447]
  • documentation [260b55a]
  • refactor parallel execution patterns - parallel, parallelLimit - each, eachLimit - add options for timeout and bail - return AsyccError instead of errors array review documentation [6a35e55]
  • documentation v1 [49faceb]
  • bump dev dependencies [f014e9e]

v1.2.1 (2017-03-26)

v1.2.0 (2017-03-26)

  • fix tests with lag [4db06b7]
  • dist [92dbb3d]
  • build process [166b5ab]
  • documentation [4f01c7d]
  • prioritized quene [39b8200]
  • _setImmediate export [deceb90]
  • times, retry with lag support [2d042d2]
  • documentation, test [de6feb0]
  • css [448da03]

v1.1.2 (2017-01-29)

  • enhance documentation [773343b]
  • build process [2af71f6]

v1.1.1 (2017-01-24)

  • fix package [a617c3d]
  • fix links [abbd7d9]

v1.1.0 (2017-01-23)

  • times, whilst documentation update [65db06e]

v1.0.1 (2016-12-18)

  • fix postinstall issue [a76e68c]
  • templates [0ce052c]
  • changes [05c10a6]

v1.0.0 (2016-12-18)

  • revamp [8c77cad]

v0.1.0 (2016-12-13)

  • first version [435fb2a]
  • initial [a99e719]