[Python-ideas] Async API: some code to review

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 30 01:24:18 CET 2012


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



More information about the Python-ideas mailing list