singleflight for js
Ensure only one execution is in-flight for a given key at a time
Higher-order functions and common patterns for asynchronous code
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
Helper function to remap async functions to generators
Turn async generator functions into ES2015 generators
provide a wrap async function for singleflight
Turn async functions into ES2015 generators
Allow parsing of async generator functions
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
provides a duplicate function call suppression
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
A tiny (183B to 210B) and fast utility to ascend parent directories
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
TypeScript single-flight implementation for deduplicating concurrent async operations by key.
Semaphore using `async` and `await`
validate form asynchronous
Gracefully handle a Promise using async/await.
asynchronous function queue with adjustable concurrency
Compiles sync functions into async generator functions
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Validate form asynchronous
`net.Server#listen()` helper that returns a Promise for async / await