[issue2006] asyncore loop lacks timers and work tasks

Giampaolo Rodola' report at bugs.python.org
Wed Feb 6 21:49:19 CET 2008


Giampaolo Rodola' added the comment:

I still don't get it.  Maybe you're talking about something like "call a
function at the next select() loop" which in Twisted is equal to:
>>> reactor.callLater(0, something)

By using my patched asyncore you can do the same with:
>>> self.call_later(0, something)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2006>
__________________________________


More information about the Python-bugs-list mailing list