Queues a microtask to be executed at a safe time prior to control returning to the runtime's event loop.
A function to be executed when the runtime determines it is safe to invoke.
https://developer.mozilla.org/docs/Web/API/queueMicrotask
Generated using TypeDoc
Queues a microtask to be executed at a safe time prior to control returning to the runtime's event loop.