mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-31 12:34:05 +02:00
use executor spawn
This commit is contained in:
@@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user