npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "callbacks" 的结果(共 41 个)
async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.

MIT
execify

A module for shimmimg between execution modes: streams, promises, and callbacks

error-first-handler

handles error first callbacks

MIT
cb

Simple utility methods for adding timeouts, throttling, and other common behaviors callbacks.

MIT
inflight

Add callbacks to requests in flight to avoid async duplication

ISC
mac

A tiny library designed to parallel or series chain streams, promises or functions with callbacks.

MIT
nextback

Wraps callbacks in async

universalify

Make a callback- or promise-based function support both promises and callbacks.

MIT
mukla

Small, parallel and fast test framework with suppport for async/await, promises, callbacks, streams and observables. Targets and works at node.js v0.10 and above.

MIT
async-series

Run a series of callbacks in sequence.

promise-resolver

Provide flexible methods that accept callbacks and return promises without requiring a Promise implementation exist

MIT
gen-run

Generator Async Runner. Makes it possible to yield and wait for callbacks and thunks.

MIT
es6-denodeify

Convert callbacks to promises.

Unlicense
parley

Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.

MIT
d3-dispatch

Register named callbacks and call them with arguments.

ISC
thunkify-wrap

Turn callbacks, arrays, generators, generator functions, and promises into a thunk

MIT
function-done

Handles completion and errors for sync, callbacks, promises, observables and streams.

MIT
always-done

Handle completion and errors with elegance! Support for streams, callbacks, promises, child processes, async/await and sync functions. A drop-in replacement for [async-done][] - pass 100% of its tests plus more

MIT
okay

error check nested callbacks with domain support

MIT
oath

Thunk-based flow control with fallback support for callbacks.

passerror

Simple helper for handling error and success with two different callbacks

BSD-3-Clause
vow-node

Extension for Vow to work with nodejs-style callbacks

unyield

allow generators functions to accept callbacks

fastfall

call your callbacks in a waterfall, at speed

MIT
listen

Wait for the results of multiple callbacks

MIT
ambi

Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.

Artistic-2.0
nodeify

Convert promised code to use node style callbacks

MIT
is_file_in

A `function(filename, specs)` thats checks if `'someFile.ext'` passes through an of Array of `minimatch` / `RegExp` / `callbacks` specs, with inclusion OR negation/exclusion '!' flag.

umatch

A `function(filename, specs)` thats checks if `'someFile.ext'` passes through an of Array of `minimatch` / `RegExp` / `callbacks` / `Array` (recursive) specs, with a negation/exclusion '!' flag for all.