pub fn ax_udp_set_nonblocking(
socket: &AxUdpSocketHandle,
nonblocking: bool,
) -> AxResult
Available on crate feature
net
only.Expand description
Moves this UDP socket into or out of nonblocking mode.
pub fn ax_udp_set_nonblocking(
socket: &AxUdpSocketHandle,
nonblocking: bool,
) -> AxResult
net
only.Moves this UDP socket into or out of nonblocking mode.