mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
WIP make loom work in tokio-util
This commit is contained in:
@@ -1 +1,5 @@
|
||||
#[cfg(not(loom))]
|
||||
pub(crate) use std::sync;
|
||||
|
||||
#[cfg(loom)]
|
||||
pub(crate) use loom::sync;
|
||||
|
||||
Reference in New Issue
Block a user