Worker-based server infrastructure for ntex.
[WorkerPool] runs services across one or more worker threads. The [net]
module builds TCP and Unix domain socket servers on top of that pool.
[Server] is the controller used to pause, resume, stop, or await a running
server.