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
@@ -1,6 +1,6 @@
use super::list;
use crate::loom::{
futures::AtomicWaker,
future::AtomicWaker,
sync::atomic::AtomicUsize,
sync::{Arc, CausalCell},
};