mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +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 futures::Poll;
|
||||
use futures::task::AtomicTask;
|
||||
|
||||
use std::cell::UnsafeCell;
|
||||
use std::process;
|
||||
|
||||
Reference in New Issue
Block a user