Execute a callback when a request closes, finishes, or errors
Callback wrapping utility
Traverse JSON Schema passing each schema object to callback
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
Reduces an object to a value that is the accumulated result of running each property in the object through a callback.
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
A module for shimmimg between execution modes: streams, promises, and callbacks
backwards compatibilify your callback functions while migrating apis to promises
A simple package with no dependencies for native requests using callback
Simple utility methods for adding timeouts, throttling, and other common behaviors callbacks.
Reduce function calls in a string, using a callback
Add callbacks to requests in flight to avoid async duplication
The modern build of lodash’s internal `bindCallback` as a module.
Promisify a function call so users can call a function with a callback or get a promise
Wraps callbacks in async
Make a callback- or promise-based function support both promises and callbacks.
Tool to turn functions with Node-style callback APIs into functions that return Promises
The internal Lo-Dash function `baseCreateCallback` as a Node.js module generated by lodash-cli.
Converts callback-based functions to ES6 Promises
A performant and standard (Bluebird) library that registers a node-style callback on a promise
A small helper function to bridge the gap when returning a promise from a function that takes a callback
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Execute a callback on socket errors