Function extendr_api::prelude::utils::thread::join_raw

pub fn join_raw(
    op_a: impl Send + FnOnce(Parallelism<'_>),
    op_b: impl Send + FnOnce(Parallelism<'_>),
    parallelism: Parallelism<'_>,
)
Expand description

Executes the two operations, possibly in parallel, while splitting the amount of parallelism between the two.