reactor: replace AtomicTask with that from tokio-sync

This commit is contained in:
Sean McArthur
2019-02-14 16:10:48 -08:00
parent d7a556fe8b
commit 7a50e09495
4 changed files with 6 additions and 303 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
use {Reactor, Handle};
use atomic_task::AtomicTask;
use {AtomicTask, Reactor, Handle};
use futures::{Future, Async, Poll, task};