Move Session, Page and Renderer into their own respective files

This commit is contained in:
Karl Seguin
2025-05-15 10:12:26 +08:00
parent eff1341088
commit e44e68f8fc
15 changed files with 917 additions and 847 deletions

View File

@@ -22,8 +22,6 @@ const MemoryPool = std.heap.MemoryPool;
pub const IO = @import("tigerbeetle-io").IO;
const JSCallback = @import("../browser/env.zig").Env.Callback;
const log = std.log.scoped(.loop);
// SingleThreaded I/O Loop based on Tigerbeetle io_uring loop.