Closed
Description
Location
rust/library/std/src/net/tcp.rs
Line 564 in a460185
Summary
The docs mention:
This will result in
read
,write
,recv
andsend
operations becoming nonblocking
However, I can't find any recv
or send
methods on TcpStream
(nor in the traits it implements). Do these operations refer to something else?