Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

select

Function select 

Source
pub unsafe extern "C" fn select(
    nfds: c_int,
    readfds: *mut fd_set,
    writefds: *mut fd_set,
    errorfds: *mut fd_set,
    timeout: *mut timeval,
) -> c_int