my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

typo

Chris Boesch (Apr 13, 2026, 5:56 PM +0200) 7fcfb60c 34c31254

+1 -1
+1 -1
exercises/093_async9.zig
··· 46 46 var future = try io.???(compute, .{io}); 47 47 defer _ = future.cancel(io); 48 48 49 - // Note: All breaks in this excercise (using sleep) 49 + // Note: All breaks in this exercise (using sleep) 50 50 // are only necessary for a deterministic result. 51 51 io.sleep(std.Io.Duration.fromMilliseconds(100), .awake) catch {}; 52 52