pub type Notifier<M> = Notifier<M, DynListener<M>>;Expand description
Message broadcaster.
This type is Send and Sync and therefore requires all its Listeners to be so.
When this requirement is undesired, use unsync::Notifier instead.
Aliased Typeยง
pub struct Notifier<M> { /* private fields */ }