improvements for async-io

This commit is contained in:
Chris Boesch
2026-04-06 19:30:56 +02:00
parent aeeb18931d
commit 09bae6a70e
3 changed files with 37 additions and 25 deletions

View File

@@ -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
},