1
0
Fork 0
forked from wry/wry

io_uring: add timeout_external

This commit is contained in:
Julian Orth 2024-09-26 15:47:58 +02:00
parent fe7175fab2
commit fa46527a37
3 changed files with 103 additions and 1 deletions

View file

@ -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>;