queue-microtask
fast, tiny `queueMicrotask` shim for modern engines
Found 29 results for microtask
fast, tiny `queueMicrotask` shim for modern engines
Tiny microtask queue scheduler for all environments
Debounce a function using microtasks instead of timers.
Flush the microtask queue
A task queue executes tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, @synchronized/@concurrent decorator, Node.js/Browser.
Universal process.nextTick for latest browsers
Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))
Microtask queue scheduler for the browser
Helps batching microtasks
Async timing utilities for JavaScript
Defer a task to execute it asynchronously.
fast, tiny `queueMicrotask` shim for modern engines
Another environment agnostic nextTick polyfill
A professional Node.js-only event loop simulator with microtasks, tasks, async/await, and real-time CLI dashboard.
A collection of utility functions for asynchronous operations in TypeScript.
fast, tiny `queueMicrotask` shim for modern engines
Universal Frame Manager.
Time-related helper functions, required for benchmarking.
Scheduler-related helper functions, required for benchmarking.
Intelligent Work Distribution for JavaScript Applications
Implementation of nextTick (microtask queue) for all platforms (like asap.js).
基于promise的高性能任务库
Zero-dependency TypeScript utilties for Node.js, Deno, Web and anything that powered by V8
基于promise的高性能任务库
A library for async helpers.
wrap a function in a debounce microtask
A collection of utility functions for asynchronous operations in TypeScript.
next-tick schedules a callback to be executed after the next DOM update, ensuring actions occur post-rendering.