an opinionated implementation of resque in node
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
A small wrapper that makes IndexedDB usable
A feature-rich Node.js event emitter implementation with namespaces, wildcards, TTL, async listeners and browser/worker support.
validate form asynchronous
Offers a async require.resolve function. It's highly configurable.
Validate form asynchronous
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
Higher-order functions and common patterns for asynchronous code
async restparamhelper method as module.
Resque Queue for AdonisJS v6
Determine if a function is a native async function.
A fast, efficient Node.js Worker Thread Pool implementation
Promise wrappers for DuckDb NodeJS API
Turn async functions into ES2015 generators
Allow parsing of async generator functions
async noophelper method as module.
async isarrayhelper method as module.
async onlyoncehelper method as module.
A function that returns the normally hidden `AsyncFunction` constructor
Helper function to remap async functions to generators
async keyiteratorhelper method as module.
async eachoflimithelper method as module.
async parallellimitmethod as module.
Make Active Record instance methods asynchronous using resque.
Moves method asynchronously in a simple and not degraded manner. Resque plugin resque-lock-timeout allows one to avoid more work concurentiel. Simple to set up and implement this plug in is pretty amazing.
Allows inline queueing of model methods to Resque, e.g. MyModel.delay.some_method, or some_instance.delay(:queue => :bigjobs).another_method
Provides async methods ruby objects for queuing background jobs. Currently supports Resque. Bonus: callback hooks for ActiveRecord objects