Skip to main content

on_main_delayed

Function on_main_delayed 

Source
pub fn on_main_delayed(ms: u32, f: impl FnOnce() + Send + 'static)
Expand description

Schedule f on the UI thread after (at least) ms milliseconds — the rail behind day::sleep (docs/async.md).

Day API ↩ Guides· daybrite.dev