summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-11-28 14:22:51 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-11-28 14:22:51 +0100
commitdc416b6c5a1bfd44bcc79682732e27d39267e826 (patch)
tree2cb0edbf332c36cadbfb604e80bc73c21d38a1d6 /patches
parent39e346303cc6245ed66adc529c71ed05ea12c991 (diff)
changed 'sleep' to async I/O
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/104_threading.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/104_threading.patch b/patches/patches/104_threading.patch
index 1009a3a..eda25fd 100644
--- a/patches/patches/104_threading.patch
+++ b/patches/patches/104_threading.patch
@@ -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();