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