20 packages found
Helpful functions that deal with promises. Avoid fast-failing and wait for all promises to be settled, iterate over arrays and objects, useful promise generation functions, promisify and callbackify.
Naive callbackification 🙈
Easily switch between callbacks and Promises.
Promisify wrapper that yields automatic handling of Promise or node-style callback based on invocation parameters.
Promisify everything without modification using util.promisify and ES6 Proxy
- pify
- promise
- promises
- promisify
- promisify all
- callback
- callbackify
- then
- thenify
- async
- await
- es2015
- bluebird
- proxy
- View more
Wrap a promise to allow passing callback to `.then` of given promise, also works as normal `.then`
Remotely resolveable Native Javascript Promise that exposes it's resolver and rejector callbacks and a debugging API with lifecycle events
- Remoter
- remote
- resolve
- Callback
- callbackify
- de-promisify
- inverted
- Promise
- Deferred
- defer
- EventEmitter
- Await Event
- Cancel Promise
- Sleep
- View more
node callbackify promises
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
Alternative converter between promises and callbacks
transform an async function to callback style
Create callback-last style functions from functions returning promises and from generator functions.
Callbackify for AWS Lambda
Promisify and callbackify functions