0.3.3 • Published 10 years ago

flux-link v0.3.3

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

flux-link

A callback management library for Node.js, designed to help manage program flow in callback-heavy situations

Overview

Create chains of functions that should be called in sequence and require the use of callbacks to pass from one to the next. Additionally, a shared environment variable is provided to all callbacks, allowing them to approximate local shared state, along with support for exception-like behavior where the remainder of a callback chain can be skipped in the event of an error, invoking a handler.

0.3.3

10 years ago

0.3.2

11 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago