Crate compio_driver

source ·
Expand description

The platform-specified driver. Some types differ by compilation target.

Modules§

  • The async operations. Types in this mod represents the low-level operations passed to kernel. The operation itself doesn’t perform anything. You need to pass them to crate::Proactor, and poll the driver.

Structs§

  • A thread pool to perform blocking operations in other threads.
  • A typed wrapper for key of Ops submitted into driver
  • A notify handle to the inner driver.
  • Low-level actions of completion-based IO. It owns the operations to keep the driver safe.
  • Builder for Proactor.

Enums§

Traits§

  • A trait to extract the raw file descriptor from an underlying object.
  • A trait to express the ability to construct an object from a raw file descriptor.
  • A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.
  • Abstraction of io-uring operations.
  • Fused OpCode
  • Abstraction of operations.

Type Aliases§

  • Raw file descriptors.