معرفی شرکت ها
async
تبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشتر
کتابخانه
توضیح خلاصه
-
Higher-order functions and common patterns for asynchronous code
-
Async coordination primitives and extensions on top of ES6 Promises
-
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
-
The JavaScript Task Runner
-
Runtime for Regenerator-compiled generator and async functions.
-
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
-
Simple and modern async event emitter
-
generator async control flow goodness
-
generator async control flow goodness
-
Apply an async function to each Array element in series.
-
Async concurrent iterator (async forEach)
-
Asynchronous String.prototype.replace()
-
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
-
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
-
Explode async and generator functions into a state machine.
-
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
-
Extends Chai with assertions about promises.
-
Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
-
A module for sequencing and executing tasks and dependencies in maximum concurrency
-
StreamQueue pipe the queued streams one by one in order to preserve their content order.
-
A small and magical composer for all JavaScript asynchronous.
-
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
-
Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling
-
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
-
An implementation of Domain-like error handling, built on async_hooks
-
Allows users to use generators in order to write common functions that can be both sync or async.
-
Memoize/cache function results
-
Wait for expectation to be true, useful for integration and end to end testing
-
Run an array of functions in parallel, but limit the number of tasks executing at the same time
-
Run an array of functions in series
-
Contain async insanity so that the dark pony lord doesn't eat souls
-
Run an array of functions in parallel
-
Determine the best order for running async functions, and run them
-
Enforce that async functions use await
-
Run some code when the process exits (supports async hooks and pm2 clustering)
-
Batch process collections in parallel or sequentially.
-
A dead simple benchmarking framework
-
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
-
Modular and fast Promises implementation
-
A plugin for the Acorn parser that understands the ES7 keywords async and await
-
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
-
Minimal async jobs utility library, with streams support
-
Tiny test runner
-
Better shell commands for grunt. Background/parallel run
-
sync and async JavaScript tests have never been that easy
-
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.