···4646 var future = try io.???(compute, .{io});
4747 defer _ = future.cancel(io);
48484949- // Note: All breaks in this excercise (using sleep)
4949+ // Note: All breaks in this exercise (using sleep)
5050 // are only necessary for a deterministic result.
5151 io.sleep(std.Io.Duration.fromMilliseconds(100), .awake) catch {};
5252