loop.run now takes a maximum wait time

This commit is contained in:
Karl Seguin
2025-06-23 16:43:28 +08:00
parent 11fe79312d
commit fe6ccad485
4 changed files with 10 additions and 12 deletions

View File

@@ -126,7 +126,7 @@ fn run(alloc: Allocator) !void {
},
};
try page.wait();
try page.wait(std.time.ns_per_s * 3);
// dump
if (opts.dump) {