···75### Multiple Rings on the same thread
7677You 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.
8081```zig
82const fd = rt1.backend.pollableFd();
···75### Multiple Rings on the same thread
7677You can have multiple Rings in a single thread. One could be a priority
78+Ring, or handle specific types of tasks, etc. Poll any `Ring` from any other
79+`Ring`.
8081```zig
82const fd = rt1.backend.pollableFd();