Description
Build concurrent network applications in Python using greenlets and an event loop. It helps servers and clients handle many connections with cooperative scheduling instead of one thread per connection.
This is networking infrastructure for developers. Monkey patching and cooperative I/O can change library behavior, so applications should test timeouts, blocking calls, and error handling carefully.