···7575### Multiple Rings on the same thread
76767777You can have multiple Rings in a single thread. One could be a priority
7878-Ring, or handle specific types of tasks, etc. Poll any runtime from any other
7979-runtime.
7878+Ring, or handle specific types of tasks, etc. Poll any `Ring` from any other
7979+`Ring`.
80808181```zig
8282const fd = rt1.backend.pollableFd();