util: enable loom tests (#7644)

Co-authored-by: Benjamin Ran <[email protected]>
This commit is contained in:
Benjamin Ran
2025-11-06 19:20:08 +08:00
committed by GitHub
co-authored by Benjamin Ran
parent 0671c205cc
commit d84a9e9af3
12 changed files with 60 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
#![cfg(not(loom))]
//! TCP/UDP/Unix helpers for tokio.
use crate::either::Either;