about summary refs log tree commit diff
path: root/library/std/src/sys_common/thread_parking/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-05-02std: move thread parking to `sys::sync`joboet-24/+0
2023-02-16std: replace generic thread parker with explicit no-op parkerjoboet-4/+1
2022-12-31std: use id-based thread parking on SOLIDjoboet-3/+1
2022-12-29std: unify id-based thread parking implementationsjoboet-0/+29