TaskGroup
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
Install
NPM
- Use:
require('taskgroup')
- Install:
npm install --save taskgroup
Browserify
- Use:
require('taskgroup')
- Install:
npm install --save taskgroup
- CDN URL:
//wzrd.in/bundle/taskgroup@4.1.0
Ender
- Use:
require('taskgroup')
- Install:
ender add taskgroup
Usage
- Introduction Guide & Usage Examples
- Technical API
- Comparisons against other flow libraries
- Projects & Libraries built on top of TaskGroup
History
Discover the change history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
- Benjamin Lupton b@lupton.cc (https://github.com/balupton)
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
- Benjamin Lupton b@lupton.cc — view contributions
- crito — view contributions
- pflannery — view contributions
- sfrdmn — view contributions
License
Licensed under the incredibly permissive MIT license
Copyright © 2013+ Bevry Pty Ltd us@bevry.me (http://bevry.me)
Copyright © 2011-2012 Benjamin Lupton b@lupton.cc (http://balupton.com)