Function tokio::runtime::scheduler::multi_thread::worker::block_in_place

source ยท
pub(crate) fn block_in_place<F, R>(f: F) -> R
where F: FnOnce() -> R,