pub fn ax_tcp_set_nonblocking(
socket: &AxTcpSocketHandle,
nonblocking: bool,
) -> AxResultAvailable on crate feature
net only.Expand description
Moves this TCP socket into or out of nonblocking mode.
pub fn ax_tcp_set_nonblocking(
socket: &AxTcpSocketHandle,
nonblocking: bool,
) -> AxResultnet only.Moves this TCP socket into or out of nonblocking mode.