[][src]Module io_uring::squeue

Submission Queue

Structs

AvailableQueue

A snapshot of the submission queue.

Entry

An entry in the submission queue, representing a request for an I/O operation.

Flags

Submission flags

SubmissionQueue

An io_uring instance's submission queue. This contains all the I/O operations the application sends to the kernel.