[Python-Dev] Twisted Isn't Specific (was Re: Trial balloon: microthreads library in stdlib)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Feb 15 06:00:59 CET 2007


Thomas Wouters wrote:

> If all (or all-but-one) of them have a 'run one iteration' method, you 
> can call that from the 'main' mainloop.

But without some way of blocking until an event arrives
for *either* loop, you have to resort to some kind of
busy polling, which is not elegant.

--
Greg


More information about the Python-Dev mailing list