We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed6f70 commit 131afd3Copy full SHA for 131afd3
tokio/src/net/tcp/listener.rs
@@ -19,6 +19,8 @@ cfg_net! {
19
///
20
/// A `TcpListener` can be turned into a `Stream` with [`TcpListenerStream`].
21
22
+ /// The socket will be closed when the value is dropped.
23
+ ///
24
/// [`TcpListenerStream`]: https://docs.rs/tokio-stream/0.1/tokio_stream/wrappers/struct.TcpListenerStream.html
25
26
/// # Errors
0 commit comments