io-uring: add sendmsg
This commit is contained in:
parent
9416efeabe
commit
e4f97287bc
17 changed files with 493 additions and 191 deletions
|
|
@ -2,6 +2,8 @@ use crate::{io_uring::IoUringError, utils::oserror::OsError};
|
|||
|
||||
pub mod async_cancel;
|
||||
pub mod poll;
|
||||
pub mod sendmsg;
|
||||
pub mod timeout;
|
||||
pub mod write;
|
||||
|
||||
pub type TaskResult<T> = Result<Result<T, OsError>, IoUringError>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue