We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 703c811 + 19716f0 commit fcf8cccCopy full SHA for fcf8ccc
build/patch.zig
@@ -6,7 +6,7 @@ pub fn main() !void {
6
defer arena.deinit();
7
const allocator = arena.allocator();
8
9
- var threaded = Io.Threaded.init(allocator, .{});
+ var threaded: std.Io.Threaded = .init_single_threaded;
10
defer threaded.deinit();
11
const io = threaded.io();
12
0 commit comments