Function tauri::async_runtime::spawn[][src]

pub fn spawn<F>(task: F) where
    F: Future + Send + 'static,
    F::Output: Send + 'static, 
Expand description

Spawn a future onto the runtime.