[][src]Function git_features::parallel::join

pub fn join<O1: Send, O2: Send>(
    left: impl FnOnce() -> O1 + Send,
    right: impl FnOnce() -> O2 + Send
) -> (O1, O2)