[issue13449] sched - provide an "async" argument for run() method

Giampaolo Rodola' report at bugs.python.org
Tue Nov 22 01:19:43 CET 2011


New submission from Giampaolo Rodola' <g.rodola at gmail.com>:

If True it would run the scheduled functions due to expire soonest (if any) and then return.
This would make sched module usable into asynchronous applications.

----------
messages: 148095
nosy: giampaolo.rodola
priority: normal
severity: normal
status: open
title: sched - provide an "async" argument for run() method
versions: Python 3.3

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


More information about the Python-bugs-list mailing list