[][src]Module io_uring::concurrent

Concurrent IoUring.

This allows io_uring to be used from several threads at once.

Structs

CompletionQueue

The completion queue of a concurrent io_uring instance. This stores all the I/O operations that have completed.

IoUring

Concurrent IoUring instance

SubmissionQueue

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