diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-06 19:30:56 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-06 19:30:56 +0200 |
| commit | 09bae6a70e51fc1313297bc98c67c252e8c32d3e (patch) | |
| tree | 233eeea1daf919c341fe0ae8ac7e586018a02081 /build.zig | |
| parent | aeeb18931da3c8444fc85db4da43e72a0ad2a46a (diff) | |
improvements for async-io
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 }, |
