Module ehttpd::threadpool
source · Expand description
Implements a threadpool
Structs
- A threadpool with dynamic thread allocation and termination based on the current pressure
Traits
- A trait for functions etc. that can be executed/called, similar to
FnOnce()