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
@@ -19,7 +19,7 @@ mod mpsc;
mod semaphore;
use futures_util::future::poll_fn;
use loom::futures::block_on;
use loom::future::block_on;
use loom::thread;
#[test]