mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +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::collections::VecDeque;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
use actix::{fut, Actor, ActorFuture, Arbiter, ArbiterService, Context,
|
use actix::{fut, Actor, ActorFuture, Arbiter, Context,
|
||||||
Handler, Response, ResponseType, Supervised};
|
Handler, Response, ResponseType, Supervised};
|
||||||
|
use actix::registry::ArbiterService;
|
||||||
use actix::fut::WrapFuture;
|
use actix::fut::WrapFuture;
|
||||||
use actix::actors::{Connector, ConnectorError, Connect as ResolveConnect};
|
use actix::actors::{Connector, ConnectorError, Connect as ResolveConnect};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue