pub type Notifier<M> = Notifier<M, DynListener<M>>;Expand description
Message broadcaster.
This type is not Send or Sync. When that is needed, use
sync::Notifier instead.
Aliased Typeยง
pub struct Notifier<M> { /* private fields */ }pub type Notifier<M> = Notifier<M, DynListener<M>>;Message broadcaster.
This type is not Send or Sync. When that is needed, use
sync::Notifier instead.
pub struct Notifier<M> { /* private fields */ }