0.1.5 • Published 8 years ago

callback-manager-ts v0.1.5

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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
0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago