sync: track upstream loom changes (#1407)

This commit is contained in:
Carl Lerche
2019-08-07 23:24:22 -07:00
committed by GitHub
parent 962521f449
commit 2e69f2a7fd
9 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ mod atomic_waker;
use crate::atomic_waker::AtomicWaker;
use futures_util::future::poll_fn;
use loom::futures::block_on;
use loom::future::block_on;
use loom::sync::atomic::AtomicUsize;
use loom::thread;
use std::sync::atomic::Ordering::Relaxed;