zig/lib/std/event
Andrew Kelley 53d011fa1a (breaking) std.time fixups and API changes
Remove the constants that assume a base unit in favor of explicit
x_per_y constants.

nanosecond calendar timestamps now use i128 for the type. This affects
fs.File.Stat, std.time.nanoTimestamp, and fs.File.updateTimes.

calendar timestamps are now signed, because the value can be less than
the epoch (the user can set their computer time to whatever they wish).

implement std.os.clock_gettime for Windows when clock id is
CLOCK_CALENDAR.
2020-05-24 21:40:08 -04:00
..
batch.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
channel.zig zig fmt 2020-05-05 09:38:02 -06:00
future.zig zig fmt 2020-05-05 09:38:02 -06:00
group.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
lock.zig zig fmt 2020-05-05 09:38:02 -06:00
locked.zig zig fmt 2020-05-05 09:38:02 -06:00
loop.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
rwlock.zig zig fmt 2020-05-05 09:38:02 -06:00
rwlocked.zig zig fmt 2020-05-05 09:38:02 -06:00