top | item 35551165

(no title)

rossmohax | 2 years ago

There is still no good support for io_uring in Rust. AFAIK none of existing solutions fully support multishot ops, zerocopy ops with delayed buffer release, sending messages to another ring with IORING_OP_MSG_RING or convenient ops linking

discuss

order

conradludgate|2 years ago

Because memory is logically shared between the kernel and the application, it makes managing the ownership of memory in safe rust tricky! So unfortunately it's not as plug and play as one would hope

lordnacho|2 years ago

The Tokio discord seems to have a channel for it. That might be a place to ask. I was just going to wait to see how they do with it.