Skip to main content

interleaved_pairs

Function interleaved_pairs 

Source
pub async fn interleaved_pairs<'c, LEFT, RIGHT, OUTPUT, CONTEXT, OUTPORT, F, E>(
    left: BoxStream<VPacket<LEFT>>,
    right: BoxStream<VPacket<RIGHT>>,
    outputs: &mut OUTPORT,
    ctx: &'c CONTEXT,
    func: &'static F,
) -> Result<(), E>
Expand description

Operation helper for common binary operations that have one output.