Skip to main content

Module sse

Module sse 

Source
Expand description

Lock-free Server-Sent Events (SSE) broadcaster

Uses DashMap and tokio channels for zero-blocking event broadcasting.

Structs§

SSEBroadcaster
Lock-free SSE broadcaster using DashMap
SseEvent
SSE event that can be broadcasted to clients