Dan Poirier wrote:
Would wait_for_io_or_timeout() be a good candidate for apr?


There is apr_wait_for_io_or_timeout but it uses the
apr_file_t->timeout which can be set only for pipes
and sockets.

Also the Win32 code will work only for stdhandles because
they are pipes.

In essence the answer is no.
However the full async file API is different thing...

Regards
--
^(TM)

Reply via email to