process.nextTick but always with args
Next tick shim that prefers process.nextTick over queueMicrotask for compat
nextTick polyfill for early Node versions.
process.nextTick shim for node.js and the browser
a minimal, isomorphic process.nextTick implementation
Process.nextTick() batching utility
process.nextTick with setTimeout
Common functions using process.nextTick()
Universal process.nextTick for latest browsers
browser process.nextTick
A shim for the setImmediate efficient script yielding API
process.nextTick() polyfill
A very small implementation of process.nextTick for the browser using requestAnimationFrame
Wrapper around process.nextTick returning a cancel function
process.nextTick used by frdl.js browser-shim.
Decorate a function so that it only fires once per frame, using `requestAnimationFrame` in the browser and `setImmediate` or `process.nextTick` in node.
fast, tiny `queueMicrotask` shim for modern engines
Run a callback as soon as possible
A really fast way to run a callback in the future
A minimal utility that defers a function to the next event loop tick using `setTimeout(fn)`. Useful for scheduling asynchronous execution without relying on Node.js-specific `process.nextTick()` or Promise-based microtasks. Works in both Node.js and brows
Node/browser `process.nextTick` implementation.
NodeJS Streams, but with stronger types
A promise wrapper for process nextTick
Bluebird promise wrapper for request.