Crate pal_uring

Source
Expand description

pal_async support for the Linux kernel’s io_uring.

Historically, this crate included a per-CPU thread pool implementation. Some vestigates remain in naming and elsewhere. TODO: clean this up.

Structs§

Traits§

  • An object that can be used to initiate an IO, by returning a reference to an IoInitiator.