-
Notifications
You must be signed in to change notification settings - Fork 521
-
Hi,
Not really liburing (using Rust here), but nevertheless: how comes this fails with EINVAL ?
const SQ_POLL_THREAD_IDLE_MS: u32 = 100; let mut builder = IoUring::builder(); builder .setup_sqpoll(SQ_POLL_THREAD_IDLE_MS) .setup_coop_taskrun(); let mut ring = builder.build(8)?;
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment