defd
Tiny extension for native Promises to make them more suitable for Node core APIs.
Tiny extension for native Promises to make them more suitable for Node core APIs.
Deferred execution flow, mainly used to wait for callbacks to complete
App auth and methods to Store API with NodeJS and SQLite
Esse's dead-simple asynchronous task runner for generator function, powered by Promise
Two util methods `extendStack` and `extendCb` that make it easier to track async errors in callback systems.
Generic callback function to return NotFound on no data and parse string data as JSON
Defer function execution until all its arguments are ready
A lightweight abstraction for functions that should only be invoked a limited number of times.
Callback hell alternative! Synchronously execute steps.
Extension of the Callbag spec to add operator metadata
Basic tallbag factories and operators to get started with
radical syntax sugar, callback hell remedy
wrap 'before' and 'after' funcitons.'before' can stop original function from executing.
wrapper for a callback, to make calling unkown middlewares safer. Catches exceptions and errors and logs them
WebSockets with message callbacks
(err, results…) -> (err ? onError(err, results…) : onSuccess(results…))
The Promise base setTimeout, reduce your callback
An javascript asynchronous code enqueuer. Perfect for queue up repetitive i/o tasks that should be executed in order, in a way that the end of one task calls the next in the queue, all this asynchronously, of course. You just need to register the function
Simple flow-control lib for Node.js: combine sync/async steps, organize your spaghetti-code
Give diagnostics on double callbacks