Function run_in_pool

Source
pub fn run_in_pool<OP, R>(op: OP) -> R
where OP: FnOnce() -> R + Send, R: Send,