queue-microtask
fast, tiny `queueMicrotask` shim for modern engines
fast, tiny `queueMicrotask` shim for modern engines
Tiny microtask queue scheduler for all environments
Flush the microtask queue
Universal process.nextTick for latest browsers
Helps batching microtasks
Microtask queue scheduler for the browser
Implementation of nextTick (microtask queue) for all platforms (like asap.js).
Intelligent Work Distribution for JavaScript Applications
Another environment agnostic nextTick polyfill
fast, tiny `queueMicrotask` shim for modern engines
A collection of utility functions for asynchronous operations in TypeScript.
Async timing utilities for JavaScript
fast, tiny `queueMicrotask` shim for modern engines
A collection of utility functions for asynchronous operations in TypeScript.
基于promise的高性能任务库
Defer a task to execute it asynchronously.
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.
wrap a function in a debounce microtask
Debounce a function using microtasks instead of timers.
基于promise的高性能任务库