mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
sync: track upstream loom changes (#1407)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user