This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients bquinlan, gvanrossum, neologix, pitrou, r.david.murray, serhiy.storchaka
Date 2013-05-11.21:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM04XD1TH0XkJLf1Fn1hJWe+n=0Qfrkr8yTHT9SjMw-3kQ@mail.gmail.com>
In-reply-to <1368297531.09.0.324887674376.issue17956@psf.upfronthosting.co.za>
Content
> It will be good to be compatible with sched.scheduler.

What do you mean? Actually, this would kind of supersede the sched
module (except that the sched module supports custom time and delay
functions).

By the way, for those that didn't realize it, it's heavily inspired by
Java ScheduledExecutorService interface (pretty much like Python's
Executor mirrors Java's ExecutorService).
History
Date User Action Args
2013-05-11 21:42:16neologixsetrecipients: + neologix, gvanrossum, bquinlan, pitrou, r.david.murray, serhiy.storchaka
2013-05-11 21:42:16neologixlinkissue17956 messages
2013-05-11 21:42:16neologixcreate