Circuit breaker for async function calls inspired by the Akka breaker
Check for unawaited (floating) async function calls
A lightweight TypeScript library for deduplicating and caching async function calls with automatic retries, designed for idempotent network requests in React and Node.js.
A fork of babel-plugin-transform-async-to-generator, with a little difference that this plugin keeps the original parameter names of an async function.
Async function retrying written in typescript
run promise or async-function with limited concurrency
Nifty async function memoization
Helper method to retry a promise-returning or async function.
Wrap an async function to return a boxed result
call an async function for each data event into through stream. manage concurrency as back pressure
React hook for managing async function states
Action is almost like async function, but actions can be divided into steps. It gives more control over action execution.
Throttle async function calls to a max number of concurrent calls
Async function execution controller
Make sure that an async function is not run multiple times at once
Cache results of async functions for further calls
Provides a hook to provide state around an async function call
Angular async function executor ES5 friendly
async function++
Easily retry an async function without mangling it.
Provides a context over async function calls. Much like `AsyncLocalStorage` on node.js, but for browsers.
min async function support
Convert any async function to a cb-buffer handler.
Zero dependency, super simple utility to debounce an async function using await syntax