A managed pool of worker threads for handling requests to a server. Uses a separate manager thread to periodically check and adjust the pool.
A thread that's dedicated to checking a worker pool at regular intervals, and correcting any issues it finds.
The server worker thread is a thread that processes incoming requests from an HttpServer.
This module defines the worker pool implementation for Handy-Httpd, which is responsible for managing the server's worker threads.