Function bicoro::right

source · []
pub fn right<'a, I, O, A, B>(
    left: Coroutine<'a, I, O, A>,
    right: Coroutine<'a, I, O, B>
) -> Coroutine<'a, I, O, B>
Expand description

Runs a routine before the second routine

Result of the first routine is ignored, second is returned if you need both results, use tuple