Function sauron_core::dom::util::delay_exec

source ·
pub fn delay_exec<F>(f: F, timeout: i32) -> Result<i32, JsValue>where
    F: FnMut() + 'static,
Expand description

execute the function at a certain specified timeout in ms