pub unsafe extern "system" fn select(
    nfds: i32,
    readfds: *mut FD_SET,
    writefds: *mut FD_SET,
    exceptfds: *mut FD_SET,
    timeout: *const TIMEVAL
) -> i32
Expand description

Required features: "Win32_Networking_WinSock"