diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-06 20:56:29 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-06 20:56:29 +0200 |
| commit | 3574fd3ae037f34510c6bb6657332b57447ac5b1 (patch) | |
| tree | cb359b2d95b245aba70e5636fd3ea5f4648a4fd6 /build.zig | |
| parent | 966c1f83af33f6b3f2312a2e4613247097f9ae38 (diff) | |
| parent | 882c6aa0ab174f0d7a28a7804531611fcef98476 (diff) | |
Merge pull request 'Improvements for async-io' (#388) from async-improvements into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/388
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1180,9 +1180,9 @@ const exercises = [_]Exercise{ .{ .main_file = "093_async9.zig", .output = - \\Main thread continues... - \\Computing on a separate thread! - \\Main thread done waiting. + \\Computing concurrently! + \\Main continues... + \\Main done waiting. \\Result: 123 , // pay attention to the comma }, |
