Crate web_server_made_rusty

Crate web_server_made_rusty 

Source
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§

ThreadPool
Worker 🔒
The Worker picks up code that needs to be run and runs the code in its thread.

Enums§

PoolCreationError

Type Aliases§

Job 🔒
Type alias for a trait objetc that holds the type of closure that execute receives