io_uring: add ops for non-owning read/write operations
This commit is contained in:
parent
5b36980e72
commit
874d0d0c59
4 changed files with 194 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ pub mod async_cancel;
|
|||
pub mod connect;
|
||||
pub mod poll;
|
||||
pub mod read_write;
|
||||
pub mod read_write_no_cancel;
|
||||
pub mod recvmsg;
|
||||
pub mod sendmsg;
|
||||
pub mod timeout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue