mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 09:50:36 +02:00
use actix deps instead of tokio
This commit is contained in:
@ -3,12 +3,12 @@ use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
use actix_codec::BytesCodec;
|
||||
use actix_rt::time::delay_for;
|
||||
use actix_server_config::Io;
|
||||
use actix_service::{apply_fn_factory, service_fn, Service};
|
||||
use actix_testing::TestServer;
|
||||
use futures::future::ok;
|
||||
use tokio_net::tcp::TcpStream;
|
||||
use tokio_timer::delay_for;
|
||||
|
||||
use actix_ioframe::{Builder, Connect};
|
||||
|
||||
|
Reference in New Issue
Block a user