pub type EventHandlerMap<T> = Arc<Mutex<HashMap<String, HandlerMap<T>>>>;
Event Handler map
pub struct EventHandlerMap<T> { /* private fields */ }