pub fn execute_parallel<F, R>(op: F) -> Rwhere F: FnOnce() -> R + Send, R: Send,
Execute a parallel operation with the global thread pool