a webpack loader that can auto inject try catch for async function
memoize async function
Take async functions from user code, whether they're promise-returning functions, callback-calling functions, or async/await functions
async flag for functions and class methods
Easily turn an async function returning a Promise with retry logic.
A vite plugin that can auto inject try catch code for async function
If the async function fails, set the process exit code to 1 and output the error to stderr
> use to wrap async function for a query fetcher like category from id.
Log arguments, returned value and errors for a regular or async function
Apollo Client's useQuery API for any async function
Turns async function into sync via JavaScript wrapper of Node event loop
Create a pull stream from an async function call
the easy way to parse a feed/rss with promise/async function
Use Firebase Real Time database as async function
Retry a promise-returning or async function
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
Retry a promise, when async function call.
Execute an async function per document in a streamed query, pausing the stream when a concurrency limit is saturated
Detects missing await on async function calls
Helper function to remap async functions to generators
A better async function than the setTimeout(..., 0) for the browser
Turns async function into Promise using terse ES6 syntax
hooks for vue3.x, easy to use request or async function, inspired by umijs/hooks
Creates an Observable from FAFGAG (Function / Async Function / Generator / Async Generator)