You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya,
sq_poll is currently not fully implemented #8 tries to implement parts of it but got somewhat stuck. It includes an example that almost works ( needs to be run as root ). Give it a try perhaps you have a insight that moves it forward.
Attempting to use
sq_poll
fails with the following error:I believe this is because
io_uring_register
is never called on thefd
. I see thatregister
is mapped out in https://github.com/spacejam/rio/blob/master/src/io_uring/syscall.rs#L81 but never appears to be called anywhere.Am I missing something, or does this still need to be implemented? Thanks!
The text was updated successfully, but these errors were encountered: