changed 'sleep' to async I/O

This commit is contained in:
Chris Boesch
2025-11-28 14:22:51 +01:00
parent 39e346303c
commit dc416b6c5a
2 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
--- exercises/104_threading.zig 2025-11-01 15:54:27.074988112 +0100
+++ answers/104_threading.zig 2025-11-01 15:56:12.852195135 +0100
--- exercises/104_threading.zig 2025-11-28 14:17:31.552529679 +0100
+++ answers/104_threading.zig 2025-11-28 14:15:36.823931851 +0100
@@ -97,12 +97,12 @@
defer handle.join();