Constructs this worker thread for the given server, with the given id.
Gets a pointer to this worker's internal pre-allocated receive buffer.
Gets the server that this worker was created for.
Tells whether this worker is currently busy handling a request.
The id of this worker thread.
The server worker thread is a thread that processes incoming requests from an HttpServer.