this repo has no description
6
fork

Configure Feed

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

readme: runtime->Ring in two spots

+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();