Struct timely::progress::broadcast::Progcaster [] [src]

pub struct Progcaster<T: Timestamp> { /* fields omitted */ }

Manages broadcasting of progress updates to and receiving updates from workers.

Methods

impl<T: Timestamp + Send> Progcaster<T>
[src]

[src]

Creates a new Progcaster using a channel from the supplied allocator.

[src]

Sends and receives progress updates, broadcasting the contents of messages and internal, and updating each with updates from other workers.