aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/WaitGroup.zig
AgeCommit message (Expand)Author
2025-10-29std.Thread.ResetEvent: make it more reusableAndrew Kelley
2024-10-23combine codegen work queue and linker task queueAndrew Kelley
2024-10-04remove `@fence` (#21585)David Rubin
2024-09-11thread: don't leak the thread in `spawnManager` (#21379)David Rubin
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-10std.Thread.WaitGroup: add spawnManagedAndrew Kelley
2023-11-22rework std.atomicAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley