pub fn ax_udp_set_nonblocking(
socket: &AxUdpSocketHandle,
nonblocking: bool,
) -> AxResultAvailable 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,
) -> AxResultnet only.Moves this UDP socket into or out of nonblocking mode.