Type Alias DashMapStringBroadcast

Source
pub type DashMapStringBroadcast<T> = DashMap<String, Broadcast<T>>;
Expand description

Re-exports structs, traits, and types from the broadcast_map module. A concurrent, thread-safe map where keys are strings and values are broadcast channels.

Aliased Type§

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