[Python-ideas] Async API
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Oct 25 23:22:40 CEST 2012
If the main concern in all of this is timeouts, it should be
possible to address that without adding any more interpreter
machinery.
For example, when a timeout exception is thrown, whatever is
responsible for that can flag the task as being in the process
of handling a timeout, and refrain from initiating any more
timeouts until that flag is cleared.
--
Greg
More information about the Python-ideas
mailing list