···28### Deadlines and Cancelation
2930Each 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:
3334```zig
35// Timers are always relative time
···28### Deadlines and Cancelation
2930Each 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 could cancel it, or
32+set a deadline.
3334```zig
35// Timers are always relative time