Type Definition timely::progress::broadcast::ProgressVec
[−]
[src]
type ProgressVec<T> = Vec<((usize, usize, T), i64)>;
A list of progress updates corresponding to ((child_scope, [in/out]_port, timestamp), delta)