Crate io_uring_opcode

Source
Expand description

§io-uring-opcode

[![Discord chat][discord-badge]][discord-url] Crates.io Docs License License MSRV

Trait for implementing io_uring OpCodes behind io-uring-bearer.

§Add

§Example

See Examples directory for the different use-cases.

Enums§

OpError
Harmonized error for OpCode impls creating submission() and completion()

Traits§

OpCode
The contracting type between io-uring-bearer and all the opcodes it can carry. Implement this type in the individual opcodes that can be used in the bearer.
OpCompletion
Pending Completion type implemented by the OpCode handlers.
OpExtEpollCtl
EpollCtl Expansion trait