Type Alias timely::progress::broadcast::ProgressMsg

source ·
pub type ProgressMsg<T> = Message<(usize, usize, ProgressVec<T>)>;
Expand description

A progress update message consisting of source worker id, sequence number and lists of message and internal updates

Aliased Type§

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