Function fuse_backend_rs::common::async_runtime::block_on
source · pub fn block_on<F: Future>(f: F) -> F::OutputExpand description
Run a future to completion with the default Runtime object.
pub fn block_on<F: Future>(f: F) -> F::OutputRun a future to completion with the default Runtime object.