feat(bus): add Io Struct

Also, add more information to all panic messages
This commit is contained in:
2022-10-21 05:11:46 -03:00
parent 614ac4a262
commit cbcc6282df
6 changed files with 109 additions and 50 deletions

View File

@@ -29,7 +29,7 @@ pub const Scheduler = struct {
switch (event.kind) {
.HeatDeath => {
std.debug.panic("Somehow, a u64 overflowed", .{});
std.debug.panic("[Scheduler] Somehow, a u64 overflowed", .{});
},
}
}