[Python-Dev] RE: delayed I/O; multiple waits

Tim Peters tim_one@email.msn.com
Wed, 28 Jul 1999 23:10:40 -0400


[Mark Hammond]
> ...
> Unfortunately, this doesnt seem to have grabbed anyone elses interest..

You lost me when you said it should be optional -- that's fine for an
extension module, but it sounded like you wanted this to somehow be part of
the language core.  If WaitForMultipleObjects (which is what you *really*
want <wink>) is thought to be a cool enough idea to be in the core, we
should think about how to implement it on non-Win32 platforms too.

needs-more-words-ly y'rs  - tim