diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-06 12:22:41 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-06 12:22:41 +0200 |
| commit | 446da3ce5a1d5ea12bffe5a8b12eaad94e8afeee (patch) | |
| tree | 39916784d4d7d1c06387b69da865c412eedf7736 /patches | |
| parent | 5e474ea5d1483cdca15c3b29295f0886950e4d94 (diff) | |
improvements for async-io
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/088_async4.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/088_async4.patch b/patches/patches/088_async4.patch index 1faf30e..6cf549f 100644 --- a/patches/patches/088_async4.patch +++ b/patches/patches/088_async4.patch @@ -1,10 +1,10 @@ ---- exercises/088_async4.zig 2026-04-01 23:17:31.066443941 +0200 -+++ answers/088_async4.zig 2026-04-01 23:17:39.251612131 +0200 +--- exercises/088_async4.zig 2026-04-06 12:22:06.643385622 +0200 ++++ answers/088_async4.zig 2026-04-06 12:22:11.820491035 +0200 @@ -38,7 +38,7 @@ // Wait for all tasks to finish. // What Group method blocks until all tasks complete? -- try group.??? +- try group.???(io); + try group.await(io); print("All tasks finished!\n", .{}); |
