diff options
Diffstat (limited to 'src/network_thread.zig')
-rw-r--r-- | src/network_thread.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network_thread.zig b/src/network_thread.zig index e932bc414..e1c2046a8 100644 --- a/src/network_thread.zig +++ b/src/network_thread.zig @@ -236,7 +236,7 @@ pub fn init() !void { } else if (comptime Environment.isMac) { global.waker = try AsyncIO.Waker.init(@import("root").bun.default_allocator); } else { - @compileLog("TODO: Waker"); + global.waker = try AsyncIO.Waker.init(@import("root").bun.default_allocator); } global.thread = try std.Thread.spawn(.{ .stack_size = 2 * 1024 * 1024 }, onStartIOThread, .{ |