revival of the async-io functions

This commit is contained in:
Chris Boesch
2026-04-01 23:44:24 +02:00
parent fcfb0e80a0
commit e22748d488
4 changed files with 65 additions and 38 deletions

View File

@@ -1140,9 +1140,12 @@ const exercises = [_]Exercise{
},
.{
.main_file = "088_async5.zig",
.output = "Example Title.",
.skip = true,
.skip_hint = "async has not been implemented in the current compiler version.",
.output =
\\Starting long computation...
\\Canceling slow task...
\\Task was canceled, cleaning up.
\\Task returned: 0
, // pay attention to the comma
},
.{
.main_file = "089_async6.zig",