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 giampaolo.rodola
Recipients christian.heimes, giampaolo.rodola, janssen, josiahcarlson
Date 2008-02-07.07:59:43
SpamBayes Score 0.008258351
Marked as misclassified No
Message-id <1202371185.44.0.550397382668.issue2006@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, that's it exactly.  So things without input FDs can make progress".
> But timers are the important thing.  With timers you can always 
> implement work tasks by yourself.

I have the feeling that you're talking about the same thing.

>>> self.call_later(0, something)

Note that "something" is any callable object ('e.g. lambda: print
"hello"'), not necessarily a fd.
History
Date User Action Args
2008-02-07 07:59:45giampaolo.rodolasetspambayes_score: 0.00825835 -> 0.008258351
recipients: + giampaolo.rodola, josiahcarlson, janssen, christian.heimes
2008-02-07 07:59:45giampaolo.rodolasetspambayes_score: 0.00825835 -> 0.00825835
messageid: <1202371185.44.0.550397382668.issue2006@psf.upfronthosting.co.za>
2008-02-07 07:59:44giampaolo.rodolalinkissue2006 messages
2008-02-07 07:59:43giampaolo.rodolacreate