Function leptos_dom::helpers::request_idle_callback

source ยท
pub fn request_idle_callback(cb: impl Fn() + 'static)
Expand description

Queues the given function during an idle period using Window.requestIdleCallback.