timely::progress::broadcast

Type Alias ProgressVec

Source
pub type ProgressVec<T> = Vec<((Location, T), i64)>;
Expand description

A list of progress updates corresponding to ((child_scope, [in/out]_port, timestamp), delta)

Aliased Typeยง

struct ProgressVec<T> { /* private fields */ }