about summary refs log tree commit diff
path: root/library/std/src/sys/sync/condvar/no_threads.rs
AgeCommit message (Collapse)AuthorLines
2024-12-18Implement Condvar::wait_timeout for targets without threadsSebastian Urban-2/+4
This always falls back to sleeping since there is no way to notify a condvar on a target without threads.
2024-11-27update cfgsBoxy-1/+0
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-1/+1
2024-03-12std: move `Once` implementations to `sys`joboet-0/+26