[][src]Function tree_buf::internal::parallel::parallel

pub fn parallel<A: Send, B: Send>(
    a: impl FnOnce() -> A + Send,
    b: impl FnOnce() -> B + Send,
    options: &impl DecodeOptions
) -> (A, B)