pub async fn asyncify_with_runtime<F, T>(runtime: &SingletonHandle, f: F) -> TExpand description
Convert the block call to async call with given runtime handle.
pub async fn asyncify_with_runtime<F, T>(runtime: &SingletonHandle, f: F) -> TConvert the block call to async call with given runtime handle.