[issue1641] asyncore delayed calls feature

Josiah Carlson report at bugs.python.org
Tue Mar 3 22:26:17 CET 2009


Josiah Carlson <josiahcarlson at users.sourceforge.net> added the comment:

I've just attached a patch to sched.py and asyncore.py to offer a richer 
set of features for sched.py, with a call_later() function and minimal 
related classes for asyncore.py to handle most reasonable use-cases.

There is no documentation or tests, but I can add those based on 
Giampaolo's tests and docs if we like this approach better.

Added file: http://bugs.python.org/file13237/scheduler_partial.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1641>
_______________________________________


More information about the Python-bugs-list mailing list