Module cros_async::sys::linux::uring_source
source · Structs§
UringSource
wraps FD backed IO sources for use with io_uring. It is a thin wrapper around registering an IO source with the uring that provides anIoSource
implementation.