Search results

473 packages found

Compose your control flow with absolute elegance. Support async/await, callbacks, thunks, generators, promises, observables, child processes and streams. Can power applications that need to have plugins. Useful for creating task, test and bench runners.

published 0.4.0 9 years ago
M
Q
P

Quick patch to enable promises on node callback-style functions.

published 1.0.10 10 years ago
M
Q
P

simple to the callbackify functions to promisify:

published 1.3.3 7 years ago
M
Q
P

Use bluebird's nodeify to convert promises to node style callbacks.

published 1.1.1 8 years ago
M
Q
P

A lightweight module which provides powerful functionality to organize asynchronous JavaScript code.

published 0.7.3 7 years ago
M
Q
P

This module converts callback-style APIs and return a new version that returns promises.

published 1.0.4 4 years ago
M
Q
P

a wrapper that make callback to promise

published 1.0.1 6 years ago
M
Q
P

Create an async function from anything (promise, stream, object)

published 1.0.0 10 years ago
M
Q
P

Immediately invoked [pify](https://github.com/sindresorhus/pify)

published 1.1.1 6 years ago
M
Q
P

An easier (in my opinion) way to handle asynchronous functionality. Use in place of callbacks or promises.

published 1.0.10 3 years ago
M
Q
P

Use generators and yield to write regular callback-based functions

published 1.0.5 8 years ago
M
Q
P

Utility to turn a nodejs style asyncronous function (ie. one that takes a function(err, result) callback parameter) into a function that returns a promise instead. (Since such functions can be await'ed.)

published 1.0.1 7 years ago
M
Q
P

A useful, zero dependencies toolbox to handle different situations like trigerring sequential Promises, a sequence with pause in between, parallel execution and limited parallel execution

published 1.0.0 5 years ago
M
Q
P

Avoid confusing your code due to Promises and callbacks mix

published 1.1.0 7 years ago
M
Q
P

Package allowing to pass a context along an asynchronous process

published 0.6.1 5 years ago
M
Q
P

Easily turn a function that takes a callback to instead returning a promise.

published 1.0.2 7 years ago
M
Q
P

Convert a callback-style function to an AsyncFunction

published 4.0.3 6 years ago
M
Q
P

Convert promised code to use node style callbacks

published 1.0.0 7 years ago
M
Q
P

A small react helper snippet to handle async callbacks and turn their output into values hooked to the react life-cycle

published 1.0.5 2 years ago
M
Q
P

Simple utility to conver NodeJS callback style to Promise

published 1.0.1 4 years ago
M
Q
P