Crate ommui_broadcast

Source
Expand description

Broadcast synchronization sending out to all subscribed receivers.

Structs§

  • A broadcaster which sends out broadcasts to all of it’s subscribers.
  • A manager for subscriptions. The manager is bound to a broadcaster and can be used to subscribe to it’s broadcast messages. It can be cloned and sent to other threads which also want to subscribe to the broadcast.

Enums§

Traits§