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.