Expand description
Common Linux types not provided by libc.
Structs
A file descriptor that has not been registered with io_uring.
A file descriptor that has been registered with io_uring using
Submitter::register_files
. This can reduce overhead
compared to using Fd
in some cases.
Options for Fsync
.
Wrapper around open_how
as used in the openat2(2)
system
call.
Submit arguments
Options for Timeout
.
Opaque types, you should use epoll_event
instead.