A node module that tracks a collection of async calls, and notify the main caller when all of them are done through a provided event handler, and forward the arguments passed to the callbacks by the observed calls.
Initial API. Implmenting the 'end' event, .on(), .add(), and .invoke() functions.
Added 'callback' event, and .addWithCallback() function.