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

UDP sockets and other uses?

vi opened this issue · comments

Will rio eventually support all the things including Unix sockets (with their SCM_RIGHTS and other tricks), madvice and so on (including not yet appeared things)? Or it would focus on just file and TCP API?

Shall each IORING_OP_ inaccessible with rio be considered a missing feature to be eventually implemented?