Higher-order functions and common patterns for asynchronous code
No description provided.
Determine if a function is a native async function.
No description provided.
Turn async functions into ES2015 generators
Allow parsing of async generator functions
A function that returns the normally hidden `AsyncFunction` constructor
Helper function to remap async functions to generators
Turn async generator functions into ES2015 generators
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
Promise wrapped interactor pattern for NodeJS
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
Lightweight Interactor library for controlling business logic
No description provided.
Semaphore using `async` and `await`
Provides the ability to initiate haptic feedback on the controllers connected to an interactor for the Unity software.
Gracefully handle a Promise using async/await.
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
asynchronous function queue with adjustable concurrency
validate form asynchronous
Compiles sync functions into async generator functions
`net.Server#listen()` helper that returns a Promise for async / await
Off-load interactors to a background job with `call_later`.
Async Interactor using Sidekiq
Adds the following to your interactor chains - lambda support - iteration - conditionals - verify expectations in chains. never again expect something not previously expected or promised - autogenerated async sidekiq job classes. Just append `::Async` to your interactor class name to add a job to sidekiq - everything can be an organizer or an interactor