async-std icon indicating copy to clipboard operation
async-std copied to clipboard

net::UdpSocket: provide `set_nonblocking`

Open Dentrax opened this issue 3 years ago • 1 comments

I think set_nonblocking() function is missing.

Dentrax avatar May 21 '22 11:05 Dentrax

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

notgull avatar Nov 25 '22 22:11 notgull