about summary refs log tree commit diff
path: root/library/std/src/net/test.rs
AgeCommit message (Collapse)AuthorLines
2024-03-20SeqCst->Relaxed in std::net::test.Mara Bos-2/+2
Relaxed is enough to have fetch_add(1) return each value only once (until it wraps around).
2020-07-27mv std libs to library/mark-0/+60