WIP make loom work in tokio-util

This commit is contained in:
Alice Ryhl
2023-07-06 16:34:59 +02:00
parent 74a5a458ea
commit 5cd8b5823e
7 changed files with 25 additions and 2 deletions
+4
View File
@@ -1 +1,5 @@
#[cfg(not(loom))]
pub(crate) use std::sync;
#[cfg(loom)]
pub(crate) use loom::sync;