Search results
16 packages found
Forward the resolution/rejection of a resolvable to an errback; forwarding the resolution/rejection of the errback to ourself.
- async
- browser
- callback
- deno
- deno-edition
- deno-entry
- denoland
- errback
- error
- error-callback
- errorback
- errors
- es2015
- es2022
- View more
Have a callback (errback) handle an async function's resolution (success) or rejection (error)
- async
- browser
- callback
- errback
- error
- error-callback
- errors
- es2015
- es2022
- export-default
- flow
- function
- module
- node
- View more
The simplest way to manage asynchronicity
- metasync
- callback
- callbacks
- promise
- sync
- async
- chain
- asyncronous
- parallel
- sequential
- metarhia
- step
- control
- flow
- View more
Wrap Stripe.js async methods to use node-style callbacks
Wrap Conekta.js async methods to use node-style callbacks
Logs the arguments from an errorback. A useful callback probe.
Compose a Node errback using an error and success handler
Manage various forms of asynchronous completion in a uniform way
- async
- async-completion
- async-done
- callback
- callbacks
- completion
- done
- errback
- errorback
- observable
- observables
- promise
- promises
async#filter() as a module
Asynchronous Programming Library
- metasync
- callback
- promise
- async
- asyncronous
- parallel
- sequential
- metarhia
- flow
- collector
- errback
- err-first
- error-first
- callback-last
- View more
Support Nodeback-style callbacks for fs.exists without breaking backward compatibility
A backport of `util.callbackify` for Node.js 6.0 and up.
- async
- callback
- callbackify
- cb
- convert
- depromisify
- dethenify
- errback
- nodeback
- nodeify
- promise-to-callback
- promise
- promisify
- then
- View more
promise wrapped righto - replacement for co
Lightweight JSON parse errback function
A very ligthweigth twisted.web type of promise implementation for node.js for full async progamming
Splits any function(error, result1, result2...) into two separate functions (errback and callback) via currying errback