ClientRegistry

Type Alias ClientRegistry 

Source
pub type ClientRegistry = Arc<RwLock<HashMap<usize, Sender<String>>>>;
Expand description

Client connection tracker for Server-Sent Events.

Tracks connected clients to broadcast reload events.

Aliased Typeยง

pub struct ClientRegistry { /* private fields */ }