Closed
Description
These docs currently just refer to POSIX and Win32 APIs, without explaining what they do (or even linking to docs for the corresponding platform APIs):
https://doc.rust-lang.org/std/net/struct.TcpStream.html#method.set_nonblocking
I'd like to have more information here about how other TcpStream methods change their behavior after calling this, possibly with an example.