Function plumbum::produce_chunk [] [src]

pub fn produce_chunk<'a, I, O>(o: Vec<O>) -> ConduitM<'a, I, O, ()>

Send a chunk of values downstream to the next component to consume.

If the downstream component terminates, this call will never return control.