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:
@@ -11,7 +11,7 @@ use crate::semaphore::*;
|
||||
|
||||
use futures_core::ready;
|
||||
use futures_util::future::poll_fn;
|
||||
use loom::futures::block_on;
|
||||
use loom::future::block_on;
|
||||
use loom::thread;
|
||||
use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
|
||||
Reference in New Issue
Block a user