Skip to main content

Notifier

Type Alias Notifier 

Source
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 */ }