Skip to main content

TopicHandlersMap

Type Alias TopicHandlersMap 

Source
pub type TopicHandlersMap<T> = Arc<Mutex<HashMap<TopicKey, EventListeners<T>>>>;
Expand description

short hand of topic to handlers map

Aliased Typeยง

pub struct TopicHandlersMap<T> { /* private fields */ }