3 May
2005
3 May
'05
4:51 p.m.
Itamar Shtull-Trauring wrote:
On Tue, 2005-05-03 at 18:07 +0200, Eugene Coetzee wrote:
I also tried reactor.iterate()
(http://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.I... )
Don't do that, reactor.iterate() is not something Twisted applications should use.
Ok, perhaps that was a bit of wishful thinking :-) It would have been kind of neat if one could call something like reactor.yield(thisfunc,delay) from within a time consuming loop instead of the recursive workaround or resorting to a multithreaded approach.