spacejam / rio

pure rust io_uring library, built on libc, thread & async friendly, misuse resistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about back pressure

hodgesds opened this issue · comments

I'm working on a similar library for go and was wondering if there is any more details on how back pressure works, I noticed it doesn't use IORING_FEAT_NODROP. I've looked at the code a little bit, but I'm not as familiar with rust.