improvements for async-io

This commit is contained in:
Chris Boesch
2026-04-04 16:05:35 +02:00
parent 966c1f83af
commit 58f8df66d5
2 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
--- exercises/085_async.zig 2026-04-01 20:40:08.904999609 +0200
+++ answers/085_async.zig 2026-04-01 20:40:05.641933231 +0200
@@ -37,7 +37,7 @@
--- exercises/085_async.zig 2026-04-04 16:01:01.509555724 +0200
+++ answers/085_async.zig 2026-04-04 16:00:58.541495688 +0200
@@ -38,7 +38,7 @@
const std = @import("std");
pub fn main(init: std.process.Init) !void {