Dispatch()
Overridden by the sub-class to handle connection requests.
The sub-class can set a max_workers attribute (default is 20). Note that this generally does *not* mean 20 threads will all be concurrently running, via the magic of Windows completion ports.
There is no default implementation - sub-classes must implement this.