We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f62c29 commit ae23f03Copy full SHA for ae23f03
src/libstd/net/tcp.rs
@@ -52,7 +52,7 @@ pub struct TcpStream(net_imp::TcpStream);
52
/// // ...
53
/// }
54
///
55
-/// // accept connections and process them, spawning a new thread for each one
+/// // accept connections and process them serially
56
/// for stream in listener.incoming() {
57
/// match stream {
58
/// Ok(stream) => {
0 commit comments