mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 18:02:58 +01:00
use executor spawn
This commit is contained in:
parent
4eabf3994a
commit
afe15ba44f
@ -2,7 +2,7 @@ use std::marker::PhantomData;
|
|||||||
|
|
||||||
use futures::unsync::mpsc;
|
use futures::unsync::mpsc;
|
||||||
use futures::{future, Async, Future, Poll, Stream};
|
use futures::{future, Async, Future, Poll, Stream};
|
||||||
use tokio::executor::current_thread::spawn;
|
use tokio_current_thread::spawn;
|
||||||
|
|
||||||
use super::service::{IntoService, NewService, Service};
|
use super::service::{IntoService, NewService, Service};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user