Move an async function into its own thread.
add timeout support for async function
Retry a promise-returning or async function
wepy async function support
Make sure the last sync call to an async function is executed after all previous ones have finished
Delay the evaluation of a variadic async function and cache the result
A simpler batcher for any async function
Adding async function support to handlebars helpers
An async function is a function that delivers its result asynchronously (through Promise).
rate-limit an async function
A utility module to handle async function errors gracefully.
Call an async function and passthrough callback arguments.
Turns async function into sync via JavaScript wrapper of Node event loop
Automatically await every method call in async function
Cache an async function for generating a JSON Web Token
run an async function but only once at a time.
Execute an async function per stream data event, pausing the stream when a concurrency limit is saturated
Stream that calls an async function with each chunk.
Tries to execute a sync/async function, returns a result tuple
Guarantee a node-style async function is only executed once.
Timeout a promise-returning or async function
Convert async function to callback accepting funtion
Async function memorization, except on errors.
Map an observable using an async function with a configurable concurreny level, while preserving element order.