this repo has no description
6
fork

Configure Feed

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

update readme

+2 -2
+2 -2
README.md
··· 28 28 ### Deadlines and Cancelation 29 29 30 30 Each IO operation creates a `Task`. When scheduling a task on the runtime, the 31 - caller receives a pointer to the `Task` at which point they may cancel it, or 32 - set a deadline: 31 + caller receives a pointer to the `Task` at which point they could cancel it, or 32 + set a deadline. 33 33 34 34 ```zig 35 35 // Timers are always relative time