tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.19k stars 131 forks source link

`Waking up` io-uring question #214

Closed serzhiio closed 1 year ago

serzhiio commented 1 year ago

It turns out that to wake up one ring you need to create another one and send MsgRingData. Any possibility to keep part of SubmissionQueue to use it instead of creating second ring? Am i right?

serzhiio commented 1 year ago

Using EventFd is the second option