pub type ProgressMsg<T> = Bincode<(usize, usize, ChangeBatch<(Location, T)>)>;
Expand description
A progress update message consisting of source worker id, sequence number and lists of message and internal updates
Aliased Type§
pub struct ProgressMsg<T> {
pub payload: (usize, usize, ChangeBatch<(Location, T)>),
}
Fields§
§payload: (usize, usize, ChangeBatch<(Location, T)>)
Bincode contents.