mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-29 10:45:14 +00:00
missed a change to add the phrase 'and quiz 95' to the statement regarding Zig's Io interface.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// In Exercises 85-94, we learned about Zig's Io interface for
|
// In Exercises 85-94 and quiz 95, we learned about Zig's Io interface for
|
||||||
// concurrent execution: io.async(), Group, Select, and Futures.
|
// concurrent execution: io.async(), Group, Select, and Futures.
|
||||||
// Under the hood, the Threaded backend manages a pool of real
|
// Under the hood, the Threaded backend manages a pool of real
|
||||||
// OS threads for you - including scheduling, cancellation, and
|
// OS threads for you - including scheduling, cancellation, and
|
||||||
|
|||||||
Reference in New Issue
Block a user