about summary refs log tree commit diff
path: root/library/std/src/sync/once
AgeCommit message (Expand)AuthorLines
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-162/+0
2024-07-31std: fix busy-waiting in `Once::wait_force`, add more testsjoboet-0/+47
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2021-02-04Stabilize poison API of Once, rename poisoned()Martin Habovstiak-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+116