callback-hell
my abstraction for dealing with async functions that must run sequentially or can run in parallel
my abstraction for dealing with async functions that must run sequentially or can run in parallel
Callback manager for synchronous, asynchronous and support TypeScript
Merges a series of callbacks (e.g. in quick succession) into rarer callbacks (taking an array of arguments).
Generic middleware based on continuation passing style callbacks.
Module to execute promises sequentially
Converting Callbacks to Promises
a function wrapper to avoid exception pop to top
A JavaScript tool to bundle callbacks and attach to any object that supports event listener.
Parse the last argument in a function as the callback function
module to get callback patter from a promises pattern
Lightweight callbackify
Simple Asynchronous Callback Manager
Use callback-pluck instead of `_.pluck`
wrappers for async callbacks that implement common error handling scenarios
callbacks-helper-tiny is a tiny library on Typescript (and JavaScript) which help to wait for multiple callbacks to finish.
Use generators and yield to write regular callback-based functions
Call an array of functions in parallel (allow set the limit number of tasks executing at the same time)
Calls callbacks on next tick so you can avoid craziness from code that expects async to not execute immediately.
Coffeelint rule finds instances of error objects passed through a callback not being handled
ValidateCallback decorator for class-validator