Skip to main content

poll_set_timeout

Function poll_set_timeout 

Source
pub fn poll_set_timeout(
    fds: &mut [i32],
    event: i16,
    timeout: i32,
) -> Option<i32>
Expand description

Polls set of sockets with timeout

§Arguments

§Returns

Index of socket on which an event has occurred or None if poll timed out