streaming-iterables
A collection of utilities for async iterables. Designed to replace your streams.
Found 10561 results for async iterables
A collection of utilities for async iterables. Designed to replace your streams.
Utility to "pipe" async iterables together
Convert Node.js streams to streaming iterables
Streaming length prefixed buffers with async iterables
Simple async iterables for websocket client connections
Convert push-based streams to pull-based async iterables
Turn Node.js Events into Async Iterables
Batteries-included utility functions to work with async iterables available in ES2018/TypeScript
Async pool for iterables
Sophisticated and functionally-minded async with advanced features: coroutines, promises, ES2015 iterables, fantasy-land
Convert push-based streams to pull-based async iterables (fork of queueable)
Simple async iterables for websocket client connections
Create Most.js Streams from async iterables
Promise.all + map for all iterables
Concurrency using chainable async iterables, such as task pool, event queue, pub/sub, merge, chunk, throttle, etc.
Primitives & operators for Communicating Sequential Processes based on async/await and async iterables
The iterable toolbox
Reduce for async iterables.
The iterable toolbox
stream async iterables and promises inside of a json
Merge multiple async iterables into a single sorted async iterable
Async Iterables Interfaces for Web Workers
An abstraction to work with iterables of asyncIterables
Run multiple promise-returning & async functions with limited concurrency
Get the first fulfilled promise that satisfies the provided testing function
merges async iterators
Map over async iterables
Tiny yet feature-packed (async) iteration toolkit.
Promisify a callback-style function
Higher-order functions and common patterns for asynchronous code
Concat all buffers/strings yielded from an async iterable into a single BufferList/string
Minimal async jobs utility library, with streams support
Runtime for Regenerator-compiled generator and async functions.
A set of yield handlers for Bluebird coroutines
Fast, in memory work queue
Map over promises concurrently
Creates a prefetched async iterable
A lazy functional iteration library supporting sync, async, and concurrent iteration.
`Start a promise chain
Allows users to use generators in order to write common functions that can be both sync or async.
Run an array of functions in parallel
An async iterator that joins multiple other async iterators in order, one after another.
A utility to retry failed async methods.
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
Simple and modern async event emitter
generator async control flow goodness
Full featured Promises/A+ implementation with exceptionally good performance
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
A basic but performant promise implementation
Create a promise that can be canceled
Universal WHATWG Fetch API for Node, Browsers and React Native
A set of utilities that extend the use of JSON
Timeout a promise after a specified amount of time
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Retry a promise-returning or async function
Explode async and generator functions into a state machine.
FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.
elegant & feature rich browser / node HTTP with a fluent API
A dependable promises and async utility belt
Contain async insanity so that the dark pony lord doesn't eat souls
delay the evaluation of a paramless async function and cache the result
A promise based streaming tokenizer
Promise queue with concurrency control
Create a deferred promise
Environment agnostic nextTick polyfill
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
asynchronous function queue with adjustable concurrency
Reduce a list of values using promises into a promise for a value
Delay a promise a specified amount of time
Check if something is a promise
asynchronous function queue with adjustable concurrency
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Promisify an event by waiting for it to be emitted
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Isomorphic, functional type-checking for Javascript
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.
Iterate over promises serially
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
Filter promises concurrently
Run some code when the process exits
Memoize/cache function results
Distributed task scheduler and rate limiter
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
A mutex for guarding async workflows
Lock on asynchronous code
Create sync/async APIs with usable logic
Inspect the life of handle objects in node
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
`net.Server#listen()` helper that returns a Promise for async / await
0-Deps, simple and fast async generator library for browser and NodeJS
Asynchronous bootstrapping of Node applications
Semaphore using `async` and `await`
Run multiple promise-returning & async functions with limited concurrency using native ES9
Wait for a condition to be true
Compose promise-returning & async functions into a reusable pipeline
Settle an async function.
Extends Chai with assertions about promises.
A Promise-based interface into processes created by child_process.spawn
Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.
Map over promises serially
Throttle promise-returning & async functions
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
Compose your async functions with elegance.
Async module-loading library and protocol for bundlers/loaders targeting isomorphic apps and Node.js.
`AsyncIterator.prototype`, or a shared object to use.
Run some code when the process exits (supports async hooks and pm2 clustering)
Run promise-returning & async functions concurrently with optional limited concurrency
Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
Run an array of functions in series
Run promise-returning & async functions in series, each passing its result to the next
validate form asynchronous
Take care of your `spawn()`
`timers/promises` for client and server.
Wait for multiple callback
Run an array of functions in parallel, but limit the number of tasks executing at the same time
The scrypt password-based key derivation function with sync and cancellable async.
Modular and fast Promises implementation
Memoize promise-returning & async functions
Promisified setTimeout
A simple asynchronous tool
An optionally-asynchronous forEach with an interesting interface.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Modern and scalable routing for React applications
Runs a list of async tasks, passing the results of each into the next one
A lightweight Promises/A+ and when() implementation, plus other async goodies.
Async/await wrapper for easy error handling in js
In memory queue system prioritizing tasks
Convert any object to thenable
Wait for expectation to be true, useful for integration and end to end testing
The JavaScript Task Runner
Apply an async function to each Array element in series.
Wait for any promise to be fulfilled
Modern and scalable routing for React applications
Modern and scalable routing for React applications
Modern and scalable routing for React applications
Wait for a specified number of promises to be fulfilled
Make a promise always fulfill with its actual fulfillment value or rejection reason
Modern and scalable routing for React applications
Abortable async function helpers
Settle promises concurrently and get their fulfillment value or rejection reason
support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.
Coalesces multiple promises for the same identifier into a single request
Turns async function into sync via JavaScript wrapper of Node event loop
Node.js test runner that lets you develop with confidence.
Modern and scalable routing for Web applications
Map-like, concurrent promise processing for Node.js
YouTube IFrame Player API abstraction.
Parser for FTP server responses
The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.
Make array iteration easy when using async/await and Promises
Modern and scalable routing for React applications
Abstract streams to deal with the whole buffered contents.
Stream and serialize nested promises and async iterables over HTTP, workers, etc
A sane FTP client implementation for NodeJS
Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish
Resolve a path by walking parent directories.
async.mapLimit's functionality available as a standalone npm module
Read the entire contents of a file.
Test whether a path exists on the filesystem.
Async value container
Async/await error handling support for expressjs
Get the arguments of a function, arrow function, generator function, async function
Modern version of setInterval for promises and async functions available in Node.js and browsers.
Bundle results of async functions calls into one callback with all the results
Zero-overhead asynchronous parallel/each/map function call
Add a callback to the next tick queue.
Creates a value/error pair to mimic promise behavior
call your callbacks in a waterfall, at speed
An implementation of Domain-like error handling, built on async_hooks
Evaluate asynchronous tasks with configurable concurrency.
Flush promises in tests
Abort promises and async iterables
An event emitter implementation with async support in mind
Transform async/await to promise chains
Modern and scalable routing for React applications
A plugin for the Acorn parser that understands the ES7 keywords async and await
Loading wrapper and TypeScript types for the PayPal JS SDK
Cancelable Async Flows: a wrapper to treat generators as cancelable async functions
Zero-overhead asynchronous series/each/map function calls
Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil
horsepower for your modules
Functional async flow control library
Maintained fork of later. Determine later (or previous) occurrences of recurring schedules
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
Debounce promise-returning & async functions
RxJS based middleware for Redux. Compose and cancel async actions and more.
A simple and non-blocking PNG encoder / decoder.
Asynchronous flow control with a functional taste to it
Automated browser testing for the modern web development stack.
Tiny async loader for modern browsers
Make bluebird work with the continuation-local-storage module.
Mutex locks for async functions
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling
Zip/Tar a complete folder or a glob list into a zip/tgz file
Library that can be used to retry functions that return promise
async parallellimitmethod as module.
The next generation of events handling for javascript! New: abstract away the network!
A module for sequencing and executing tasks and dependencies in maximum concurrency
A lightweight promise library
Caching DNS resolve
Express Error Handler for Async Functions
Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible
Simple, consistent sync or async process spawning
ES7 async-await wrapper for the csv package.
Generic browser priority queue.
Parse ePub electronic book files with Node.JS
Just like EventEmitter, but with support for callbacks and interuption of the listener-chain
A tiny version of Golang's WaitGroup with typings, promises, and zero dependencies.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
seriously like the best async child process library
Promisify any of: callback function, sync function, generator function, promise-returning function
Simply gzip and ungzip in Node.js with promises
Asynchronous Array Utilities (for await)
A lean Promises and Async lib for ES6/ES7
Asynchronous iterator function for parallel processing.
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
Async hook
Checks whether a command line command exists in the current environment.
Wrapper above react-select that supports pagination on menu scroll
Convert event emitters and event targets to ES async iterators
co with bluebird promises
Modern and scalable routing for React applications
Retry a promise-returning or async function
Test whether all promises passes a testing function
Better Queue for NodeJS
Simple asynchronous middleware pattern
Async middleware for JavaScript and TypeScript
Cooperative multi-tasking for Javascript
zip and unzip library for node
Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one
Waits until the given predicate function returns a truthy value, then resolves
With Bruno CLI, you can now run your API collections with ease using simple command line commands.
Asynchronous String.prototype.replace()
Modern and scalable routing for React applications
A lightweight Deferred implementation, on top of Promises/A+
Run an array of functions in series, each passing its results to the next function (waterfall)
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.
Enables simple, yet robust handling of async action creators in Redux
CLI Simple, Stupid. Automatic discovery of parameters names. Provides an easy and minimal setup by passing in only a function reference without the need of declaring all expected options names or create a help section by hand. Support to sync / async. Sup
Modern and scalable routing for React applications
DOM Promise and Promises/A+ implementation for Node.js and browsers
Higher order functions for iterators and async iterators
Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.
Asynchronous IO (for Azure Open Source Projects)
`Promise.all` and `Promise.allSettled` with concurrency option and async iterable result