[go: up one dir, main page]

Function egui_web::spawn_future[][src]

pub fn spawn_future<F>(future: F) where
    F: Future<Output = ()> + 'static,