pub type DashMapStringBroadcast<T> = DashMap<String, Broadcast<T>, BuildHasherDefault<XxHash3_64>>;Expand description
A concurrent, thread-safe map where keys are strings and values are broadcast channels.
Aliased Type§
pub struct DashMapStringBroadcast<T> { /* private fields */ }