async-rs / async-std

Async version of the Rust standard library

Home Page:https://async.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

net::UdpSocket: provide `set_nonblocking`

Dentrax opened this issue · 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().