Function tauri::async_runtime::block_on[][src]

pub fn block_on<F: Future>(task: F) -> F::Output
Expand description

Run a future to completion on runtime.