Ah my mistake. I meant to write something like, you can have a thread per cpu core that is running an io_uring instance like you would have a bunch of workers in a pool in the "worker" implementation.
If there are no threads then this would be, you can have a process per cpu core
ozgrakkurt|5 months ago
If there are no threads then this would be, you can have a process per cpu core