zig/lib/std/event
Robin Voetter 4b4fbe3887
Replace @typeOf with @TypeOf in all zig source
This change was mostly made with `zig fmt` and this also modified some whitespace. Note that in some files, `zig fmt` produced incorrect code, so the change was made manually.
2019-12-10 11:09:41 -05:00
..
channel.zig std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
fs.zig fixes for self-hosted compiler 2019-12-01 19:22:03 -05:00
future.zig fix small regressions in std.event 2019-11-23 14:01:00 -05:00
group.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
lock.zig use @atomicStore in std lib 2019-11-13 00:52:15 +02:00
locked.zig use global event loop in std.event types 2019-11-06 15:17:40 -05:00
loop.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
rwlock.zig rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
rwlocked.zig use global event loop in std.event types 2019-11-06 15:17:40 -05:00