Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 437 Bytes

RELEASELOG.md

File metadata and controls

8 lines (7 loc) · 437 Bytes

async-calls-tracker

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.

Module Release Log:

Version 1.0.x:

Initial API. Implmenting the 'end' event, .on(), .add(), and .invoke() functions.

Version 1.1.x:

Added 'callback' event, and .addWithCallback() function.