No description provided.
Compose promise-returning & async functions into a reusable pipeline
Iterate over promises serially
Map over array avoiding parallel execution, using promises
Run promise-returning & async functions in series, each passing its result to the next
Map over promises serially
Fast, in memory work queue
Run promise-returning & async functions in series
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
This package provides support for the [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
Plugin helper for Fastify
Run promise-returning & async functions concurrently with optional limited concurrency
Run an array of functions in series
Resolve any installed ES6 compatible promise
Bare bones Promises/A+ implementation
async based on promises
Retries a function that returns a promise, leveraging the power of the retry module.
Creates a Promise that waits for a single event
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Apply an async function to each Array element in series.
A module for batching individual promises to improve their collective efficiency.
Test whether an object looks like a promises-a+ promise
Call an array of asynchronous functions in series
A lightweight library that provides tools for organizing asynchronous code