Clip

Asynchronous IO in Python
Asynchronous IO allows for multiple network connections to be open and serviced in parallel, like a typical web server. Python's state of the art modules for asynchronous IO, async chat, and async core, were deemed insufficient by a developer around 2012-2014.