client-run-queue
Advanced tools
Changelog
[2.0.1] - 2022-02-02
defaultRunAfterInteractions
- so it's back to using setTimeout(func, 0)
since we want it to actually run the event loop. However, RunQueue.schedule
where delayMSec
is 0
still
uses queue-microtask.Changelog
[2.0.0] - 2022-02-02
setTimeout(func, 0)
for defaultRunAfterInteractions
and fo
r RunQueue.schedule
when delayMSec
is 0
.