zig/lib/std/event
Andrew Kelley 50eb7983cd remove most conditional compilation based on stage1
There are still a few occurrences of "stage1" in the standard library
and self-hosted compiler source, however, these instances need a bit
more careful inspection to ensure no breakage.
2022-12-06 20:38:54 -07:00
..
batch.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
channel.zig
future.zig
group.zig
lock.zig
locked.zig
loop.zig add behavior test for while(true) not needing else unreachable 2022-12-06 17:57:27 -07:00
rwlock.zig
rwlocked.zig
wait_group.zig