Expand description
§Web Server Made Rusty
This library provides a thread pool implementation designed for handling concurrent TCP connections, specifically tailored for learning the HTTP/1.1 protocol .
Structs§
- Thread
Pool - Worker 🔒
- The Worker picks up code that needs to be run and runs the code in its thread.
Enums§
Type Aliases§
- Job 🔒
- Type alias for a trait objetc that holds the type of closure that execute receives