This is the library for managing and grouping response from callback.
1. Asynchronous mode ( all callable execute in the same time, and you got ane results )
2. Synchronous mode ( callable execute one after one, and you got one results )
3. Synchronous with break on error ( callable execute one after one, and stop if catch error )
In the very near future, please be patient.
Module has simple tests
This module writen in TypeScript
If you use TypeScript you must put this line with correct path in your script.
/// <reference path='./node_modules/callback-manager-ts/callback-manager-ts.d.ts' />
npm i callback-manager-ts
npm run-script generate-docs
#Future
1. Fix docblock in current files and generate correctly library documentation