[][src]Module timely::progress::broadcast

Broadcasts progress information among workers.

Structs

Progcaster

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

Type Definitions

ProgressMsg

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

ProgressVec

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