An asynchronous IO runtime

readme: runtime->Ring in two spots

rockorager.dev 1d0c4e44 419ef50f

verified
+2 -2
+2 -2
README.md
··· 75 75 ### Multiple Rings on the same thread 76 76 77 77 You can have multiple Rings in a single thread. One could be a priority 78 - Ring, or handle specific types of tasks, etc. Poll any runtime from any other 79 - runtime. 78 + Ring, or handle specific types of tasks, etc. Poll any `Ring` from any other 79 + `Ring`. 80 80 81 81 ```zig 82 82 const fd = rt1.backend.pollableFd();