diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-01 23:44:24 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-01 23:44:24 +0200 |
| commit | e22748d48899d93c6af2684b33688c91c239596c (patch) | |
| tree | 29dfd7ce970dcdc988e91ebd108128445c408a33 /build.zig | |
| parent | fcfb0e80a039d8283f6a298ed67a26c23e3a560a (diff) | |
revival of the async-io functions
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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", |
