mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
reduce futures dep
This commit is contained in:
@ -4,7 +4,7 @@ use std::{io, thread};
|
||||
|
||||
use actix_web::web::Bytes;
|
||||
use awc::ws;
|
||||
use futures::{SinkExt as _, StreamExt as _};
|
||||
use futures_util::{SinkExt as _, StreamExt as _};
|
||||
use tokio::{select, sync::mpsc};
|
||||
use tokio_stream::wrappers::UnboundedReceiverStream;
|
||||
|
||||
|
Reference in New Issue
Block a user