Function ax_tcp_set_nonblocking

Source
pub fn ax_tcp_set_nonblocking(
    socket: &AxTcpSocketHandle,
    nonblocking: bool,
) -> AxResult
Expand description

Moves this TCP socket into or out of nonblocking mode.