mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Use tokio-sync's AtomicTask in mpsc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
use loom::futures::AtomicTask;
|
||||||
use super::list;
|
use super::list;
|
||||||
use futures::Poll;
|
use futures::Poll;
|
||||||
use futures::task::AtomicTask;
|
|
||||||
|
|
||||||
use std::cell::UnsafeCell;
|
use std::cell::UnsafeCell;
|
||||||
use std::process;
|
use std::process;
|
||||||
|
|||||||
Reference in New Issue
Block a user