1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

Additional timer in thread start added

This commit is contained in:
Chris Boesch 2024-04-10 19:13:46 +02:00
parent 7732cd7716
commit ba2a9622c4
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
--- exercises/104_threading.zig 2024-04-10 16:02:33.680771772 +0200
+++ answers/104_threading.zig 2024-04-10 16:01:00.042331517 +0200
--- exercises/104_threading.zig 2024-04-10 19:12:29.878856370 +0200
+++ answers/104_threading.zig 2024-04-10 19:11:22.304265713 +0200
@@ -97,12 +97,12 @@
defer handle.join();