Waitgroup.js
Go style WaitGroup for JS-land
Install / Use
/learn @tj/Waitgroup.jsREADME
WaitGroup
Tiny implementation of a primitive similar to Go's WaitGroup which is useful for waiting on a number of routines to complete.
Installation
$ npm install tj/waitgroup.js
License
MIT
