mirror of
https://github.com/actix/actix-web.git
synced 2025-01-20 05:58:08 +00:00
use executor spawn
This commit is contained in:
parent
4eabf3994a
commit
afe15ba44f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use std::marker::PhantomData;
|
|||
|
||||
use futures::unsync::mpsc;
|
||||
use futures::{future, Async, Future, Poll, Stream};
|
||||
use tokio::executor::current_thread::spawn;
|
||||
use tokio_current_thread::spawn;
|
||||
|
||||
use super::service::{IntoService, NewService, Service};
|
||||
|
||||
|
|
Loading…
Reference in a new issue