Function simple_life::parallel

source ·
pub fn parallel<A, B>(a: A, b: B) -> impl Lifecyclewhere
    A: Lifecycle,
    B: Lifecycle,