Expand description
Async event-loop driver for the Sans-I/O signaling::collider::Collider.
The event loop serializes browser and authority commands through one Collider, handles
protocol deadlines, and routes outputs back to browser sessions owned by
crate::ws_server.
Enums§
- Driver
Command - Commands a session task hands to the event loop that owns the
Collider.
Constants§
Functions§
- run
- The event loop that owns the Sans-I/O
Collider: serializes every browser input, fires the state machine’s timeouts, and routes outputs to each session’s channel.