std.Thread: remove ResetEvent and WaitGroup

* std.Thread.ResetEvent -> Io.Event
* std.Thread.WaitGroup -> Io.Group
This commit is contained in:
Andrew Kelley
2026-02-01 14:42:12 -08:00
parent 60ac4e78eb
commit b191e50be5
6 changed files with 226 additions and 355 deletions
-1
View File
@@ -410,7 +410,6 @@ set(ZIG_STAGE2_SOURCES
lib/std/Thread.zig
lib/std/Thread/Futex.zig
lib/std/Thread/Mutex.zig
lib/std/Thread/WaitGroup.zig
lib/std/array_hash_map.zig
lib/std/array_list.zig
lib/std/ascii.zig