29 Oct
2012
29 Oct
'12
7:24 p.m.
Guido van Rossum wrote:
I can build lots of other useful things out of call_soon() and call_later() -- but I do need at least those two as "axioms".
Isn't call_soon() equivalent to call_later() with a time delay of 0? If so, then call_later() is really the only axiomatic one. -- Greg