io_uring: add timeout_external
This commit is contained in:
parent
fe7175fab2
commit
fa46527a37
3 changed files with 103 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ pub mod read_write_no_cancel;
|
|||
pub mod recvmsg;
|
||||
pub mod sendmsg;
|
||||
pub mod timeout;
|
||||
pub mod timeout_external;
|
||||
pub mod timeout_link;
|
||||
|
||||
pub type TaskResult<T> = Result<Result<T, OsError>, IoUringError>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue