Type Definition timely::progress::broadcast::ProgressVec[][src]

type ProgressVec<T> = Vec<((Location, T), i64)>;

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