The TCP Listener schedules distributed connection handlers based on the event loops that are using the same AsyncTCPListener object. This is done by using WSAAsyncSelect on a different window after each accept TCPEvent.
See Implementation