Function wasm_rs_async_executor::single_threaded::block_on[][src]

pub fn block_on<F, R>(fut: F) -> Option<R> where
    F: Future<Output = R>, 

Run tasks until completion of a future