revival of the async-io functions

This commit is contained in:
Chris Boesch
2026-04-01 23:34:16 +02:00
parent db1fef8b86
commit fcfb0e80a0
5 changed files with 81 additions and 56 deletions

View File

@@ -1131,9 +1131,12 @@ const exercises = [_]Exercise{
},
.{
.main_file = "087_async4.zig",
.output = "1 2 3 4 5",
.skip = true,
.skip_hint = "async has not been implemented in the current compiler version.",
.output =
\\Task 1 done.
\\Task 2 done.
\\Task 3 done.
\\All tasks finished!
, // pay attention to the comma
},
.{
.main_file = "088_async5.zig",