incoming() in tokio 1.0? #3380
-
The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use tokio_stream::wrappers::{TcpListenerStream, UnixListenerStream}. Both are the same as 0.2's |
Beta Was this translation helpful? Give feedback.
You can use tokio_stream::wrappers::{TcpListenerStream, UnixListenerStream}. Both are the same as 0.2's
incoming
.