Description
Build highly concurrent Python network applications using cooperative multitasking. It helps servers and clients handle many connections without dedicating a separate operating-system thread to each one.
This is a networking framework for developers. Monkey patching and cooperative scheduling can change how libraries behave, so applications should test timeouts, blocking calls, and compatibility carefully.