//! # Event emitter module.
//!
//! This module contains the [`EventEmitter`] trait, which is used to implement
//! a real-time event emitter.
use crate::;
/// Events emitter trait.
///
/// Types that implement this trait provide various streams, which are dedicated
/// to specific events. to specific events.