mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
6 lines
85 B
Rust
6 lines
85 B
Rust
#[cfg(not(loom))]
|
|
pub(crate) use std::sync;
|
|
|
|
#[cfg(loom)]
|
|
pub(crate) use loom::sync;
|