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