mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
reduce futures dep
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use std::{io, thread};
|
||||
|
||||
use futures::{SinkExt, StreamExt};
|
||||
use futures_util::{SinkExt as _, StreamExt as _};
|
||||
use tokio::{net::TcpStream, select, sync::mpsc};
|
||||
use tokio_stream::wrappers::UnboundedReceiverStream;
|
||||
|
||||
|
Reference in New Issue
Block a user