This commit is contained in:
Karl Seguin
2026-02-05 16:24:13 +08:00
parent 945af879ec
commit 4d768bb5eb
3 changed files with 3 additions and 4 deletions

View File

@@ -74,7 +74,6 @@ pub fn add(self: *Scheduler, ctx: *anyopaque, cb: Callback, run_in_ms: u32, opts
}); });
} }
pub fn run(self: *Scheduler) !?u64 { pub fn run(self: *Scheduler) !?u64 {
_ = try self.runQueue(&self.low_priority); _ = try self.runQueue(&self.low_priority);
return self.runQueue(&self.high_priority); return self.runQueue(&self.high_priority);