Module hello_server

Source
Expand description

Hello server with a cache.

Modules§

cache 🔒
Thread-safe key/value cache.
handler 🔒
Request handler with a cache.
statistics 🔒
Server statisics
tcp 🔒
TcpListener that can be cancelled.
thread_pool 🔒
Thread pool that joins all thread when dropped.

Structs§

Cache
Cache that remembers the result for each key.
CancellableTcpListener
Like std::net::tcp::TcpListener, but cancellable.
Handler
Hello handler with a cache.
Report
Report for each operation
Statistics
Operation statisics
ThreadPool
Thread pool.