Function leptos::queue_microtask
source · 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.
pub fn queue_microtask(task: impl FnOnce() + 'static)
Exposes the queueMicrotask method in the browser, and simply runs the given function when on the server.