callback-manager-ts

0.1.5 • Public • Published

Build Status npm version

callback-manager-ts

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 )

Usage

Documentation

In the very near future, please be patient.

Tests

Module has simple tests

TypeScript

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' /> 

Installation

npm i callback-manager-ts

Generate library documentation

npm run-script generate-docs

Future

1. Fix docblock in current files and generate correctly library documentation

Package Sidebar

Install

npm i callback-manager-ts

Weekly Downloads

3

Version

0.1.5

License

MIT

Last publish

Collaborators

  • pascalsystem