An asynchronous IO runtime

update readme

rockorager.dev fe2a3ca0 c6c7101e

verified
+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