John
2003-09-29 20:46:48 UTC
Hi,
Is there a Win32 equivalent to the UNIX poll() function? I have an
integer file descriptor that is handed to me by an API, and I need to
block on it until data is written, but I can't read the fd myself
(i.e. I can't move the file pointer myself).
Any guidance here would be very much appreciated.
Thanks,
John
Is there a Win32 equivalent to the UNIX poll() function? I have an
integer file descriptor that is handed to me by an API, and I need to
block on it until data is written, but I can't read the fd myself
(i.e. I can't move the file pointer myself).
Any guidance here would be very much appreciated.
Thanks,
John