Module time::server

source ·
Available on crate feature server only.
Expand description

§Server

This module contains everything related to servers. The server runs the timer, accepts connections from clients and sends responses. It accepts connections using server binders. A server should have at least one binder, otherwise it stops by itself.

Modules§

  • tcptcp-binder
    TCP binder

Structs§

Enums§

Traits§