summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-04-01 23:44:24 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-04-01 23:44:24 +0200
commite22748d48899d93c6af2684b33688c91c239596c (patch)
tree29dfd7ce970dcdc988e91ebd108128445c408a33 /build.zig
parentfcfb0e80a039d8283f6a298ed67a26c23e3a560a (diff)
revival of the async-io functions
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig9
1 files changed, 6 insertions, 3 deletions
diff --git a/build.zig b/build.zig
index 1d40dec..d0f4b52 100644
--- a/build.zig
+++ b/build.zig
@@ -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",