Skip to main content

execute_parallel

Function execute_parallel 

Source
pub fn execute_parallel<F, R>(op: F) -> R
where F: FnOnce() -> R + Send, R: Send,
Expand description

Execute a parallel operation with the global thread pool