Event loop implementation for Python 3?
问题 Does anyone know of an event loop library (or bindings) available for Python 3? It's okay if it only does UNIX systems, though I would prefer something that does Windows as well. ETA : I realize that it is not terribly difficult to write an event loop system. However, I don't want to reinvent the wheel (we are still encouraging not doing so these days, right? ;-)) This is planned for a server application, so obviously I'd want something that isn't tied to a GUI widget toolkit or something. If