async-rs / async-std

Async version of the Rust standard library
https://async.rs
Apache License 2.0
3.97k stars 341 forks source link

net::UdpSocket: provide `set_nonblocking` #1015

Open Dentrax opened 2 years ago

Dentrax commented 2 years ago

I think set_nonblocking() function is missing.

notgull commented 1 year ago

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