Function foyer_common::asyncify::asyncify_with_runtime
source ยท pub async fn asyncify_with_runtime<F, T>(runtime: &Handle, f: F) -> TExpand description
Convert the block call to async call with given runtime.
pub async fn asyncify_with_runtime<F, T>(runtime: &Handle, f: F) -> TConvert the block call to async call with given runtime.