Files
tokio/tokio-util/src/loom.rs
T

6 lines
85 B
Rust
Raw Normal View History

2023-07-06 16:34:59 +02:00
#[cfg(not(loom))]
pub(crate) use std::sync;
2023-07-06 16:34:59 +02:00
#[cfg(loom)]
pub(crate) use loom::sync;