pub fn queue_microtask(task: impl FnOnce() + 'static)
Expand description

Exposes the queueMicrotask method in the browser, and simply runs the given function when on the server.