mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
reactor: replace AtomicTask with that from tokio-sync
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use {Reactor, Handle};
|
||||
use atomic_task::AtomicTask;
|
||||
use {AtomicTask, Reactor, Handle};
|
||||
|
||||
use futures::{Future, Async, Poll, task};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user