enqueue
Version:
queue up function calls
39 lines (24 loc) • 699 B
Markdown
1.0.2 / 2015-03-19
==================
* cleanup after timeouts
1.0.1 / 2015-03-19
==================
* add option to limit the number of jobs that can be added to the queue at t any given time. { limit: n }
1.0.0 / 2015-03-19
==================
* BREAKING: 2nd arg is now an options object, not a number for concurrency
* fix: queued items without a callback
* add: timeout support.
* update: .gitignore
0.0.4 / 2014-08-31
==================
* add component/duo support
0.0.3 / 2014-08-02
==================
* only start pending when we actually have a job
0.0.2 / 2014-08-01
==================
* Initial release
0.0.1 / 2010-01-03
==================
* Initial commit