Skip to main content

settle_all

Function settle_all 

Source
pub fn settle_all<C: Chunk>(input: impl IntoIterator<Item = C>) -> Vec<C>
Expand description

Settle input to completion into a fresh graded Vec (see Chunk::settle).

A convenience for the one-shot callers (batch sealing, the batcher’s merge and extract) that have a whole sequence in hand and want it graded; the streaming callers drive Chunk::settle directly across ticks.