async-rs/async-std

net::UdpSocket: provide `set_nonblocking`

Dentrax opened this issue · 1 comments

I think set_nonblocking() function is missing.

The async_std::net::UdpSocket is already non-blocking. If you'd like to move it back into a blocking UdpSocket, call try_into().