101 packages found
Asynchronous bootstrapping of Node applications
an opinionated implementation of resque in node
Light weight job scheduler for Node.js
Provides a delay proxy for grunt connect.
A class to delay a task and/or to control a task in a thread way, with start, stop, pause and resume.
A hook which allows you to set state in React without triggering a re-render
A helper to execute a promise a certain number of times if it's throwing an exception, also inserting a delay between each attempt.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
Light weight job scheduler for Node.js
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
Asynchronous bootstrapping of Node applications
A simple node module to extend the SQS delay over the 15 minutes limit
Create a Promise that resolves after n counts
Schedule events to be emitted in the future
an opinionated implementation of resque in node
Redis backed Node.js implementation of delayed job
Small component for delaying the mounting and unmounting of a child component for CSS animation purposes.
a simple timed out promise implementation
Invoke a function that is expensive to execute (computation, database queries, etc) in a delay. This module creates a new function (the invoker) that wraps your function. Calling the invoker multiple times during the delay only executes your function once