[][src]Module syscall::io_uring

A Redox-flavored io_uring API.

Re-exports

pub use v1::*;

Modules

linux

Linux's entry types, which at some point in the future may also work on Redox.

v1

The first version of Redox's userspace ring API.

Structs

ConsumerInstance
IoUringCreateInfo

The information that has to be written to the fd when creating a new or opening an existing io_uring instance.

IoUringEnterFlags
IoUringRecvInfo

The information that is accessed by a scheme when it is being attached to an io_uring.

IoUringVersion

A SemVer-compatible version of this interface, which is from the start designed to be backwards-compatible.

ProducerInstance