Crate ommui_broadcast

Source
Expand description

Broadcast synchronization sending out to all subscribed receivers.

Structs§

Broadcaster
A broadcaster which sends out broadcasts to all of it’s subscribers.
SubscriptionManager
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§

Error
The errors.

Traits§

SubscriptionRegistration
A trait for subscribing to a broadcaster.