pub type BlockingEventSender = Sender<Event>;
pub struct BlockingEventSender { /* private fields */ }