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.
- Cancellable
TcpListener - Like
std::net::tcp::TcpListener
, butcancel
lable. - Handler
- Hello handler with a cache.
- Report
- Report for each operation
- Statistics
- Operation statisics
- Thread
Pool - Thread pool.