diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-04-10 14:18:01 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-04-10 14:18:01 +0000 |
| commit | 2122c477a04f54655f71f78217d845485254cfab (patch) | |
| tree | a19fcd97871c17aaea548621f9dc7d4b10eecbe5 /patches | |
| parent | 564916db81e4f748f430528c5366673504221c1b (diff) | |
| parent | 7732cd7716236dcdf42b205d7983af6b12bba68b (diff) | |
Merge pull request 'Greater gradation of timers built into the threads' (#76) from I75 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/76
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/104_threading.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/104_threading.patch b/patches/patches/104_threading.patch index 58410a8..304d39f 100644 --- a/patches/patches/104_threading.patch +++ b/patches/patches/104_threading.patch @@ -1,5 +1,5 @@ ---- exercises/104_threading.zig 2024-03-05 09:09:04.013974229 +0100 -+++ answers/104_threading.zig 2024-03-05 09:12:03.987162883 +0100 +--- exercises/104_threading.zig 2024-04-10 16:02:33.680771772 +0200 ++++ answers/104_threading.zig 2024-04-10 16:01:00.042331517 +0200 @@ -97,12 +97,12 @@ defer handle.join(); |
