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> {
    pub payload: (usize, usize, Vec<((Location, T), i64)>),
}

Fields§

§payload: (usize, usize, Vec<((Location, T), i64)>)

Bincode contents.