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 stage2+stage1: remove type parameter from bit builtins 2022-08-22 11:19:20 +03:00
future.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
group.zig std.event: use .{} to initiate Lock to unlocked state 2022-07-01 00:09:36 +03:00
lock.zig std.Thread.Mutex: change API to lock() and unlock() 2021-11-09 18:31:03 -07:00
locked.zig std.event: use .{} to initiate Lock to unlocked state 2022-07-01 00:09:36 +03:00
loop.zig add behavior test for while(true) not needing else unreachable 2022-12-06 17:57:27 -07:00
rwlock.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
rwlocked.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
wait_group.zig std: replace usage of std.meta.bitCount() with @bitSizeOf() 2022-04-27 11:10:52 +02:00