mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
more actix compatibility
This commit is contained in:
parent
bc6300be34
commit
73ed1342eb
@ -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 New Issue
Block a user