Function winapi_wsapoll::wsa_poll

source ·
pub fn wsa_poll(fd_array: &mut [WSAPOLLFD], timeout: INT) -> Result<usize>
Expand description

wsa_poll waits for one of a set of file descriptors to become ready to perform I/O.

This corresponds to calling WSAPoll.