mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
changed 'sleep' to async I/O
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user