pub type HandlerMap<T> = Arc<Mutex<HashMap<HandlerId, Handler<T>>>>;
Handler map with Id
pub struct HandlerMap<T> { /* private fields */ }