Module time::server

source ·
Available on crate feature server only.
Expand description

Server module.

The Server runs the timer, accepts connections from clients and sends responses. The Server accepts connections using ServerBinders. The Server should have at least one ServerBind, otherwise it stops by itself.

Structs

Enums

Traits

Type Aliases