Skip to main content

Module signaling_server

Module signaling_server 

Source
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§

DriverCommand
Commands a session task hands to the event loop that owns the Collider.

Constants§

COMMAND_CAPACITY

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.