mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
more actix compatibility
This commit is contained in:
parent
bc6300be34
commit
73ed1342eb
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@ use std::net::{SocketAddr, Shutdown};
|
|||
use std::collections::VecDeque;
|
||||
use std::time::Duration;
|
||||
|
||||
use actix::{fut, Actor, ActorFuture, Arbiter, ArbiterService, Context,
|
||||
use actix::{fut, Actor, ActorFuture, Arbiter, Context,
|
||||
Handler, Response, ResponseType, Supervised};
|
||||
use actix::registry::ArbiterService;
|
||||
use actix::fut::WrapFuture;
|
||||
use actix::actors::{Connector, ConnectorError, Connect as ResolveConnect};
|
||||
|
||||
|
|
Loading…
Reference in a new issue