1
0
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:
Nikolay Kim 2018-02-08 17:13:56 -08:00
parent bc6300be34
commit 73ed1342eb

View File

@ -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};