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§
- A
pal_async::fd::PollFdReady
implementation for io_uring. - A
pal_async::wait::PollWait
implementation for io_uring. - Control interface used by the idle task.
- A future representing an IO request submitted to an
IoRingPool
. - Client handle for initiating IOs or spawning tasks on a specific threadpool thread.
- An io-uring backed pool of tasks and IO.
- A client for manipulating a running
IoUringPool
. - A
pal_async::timer::PollTimer
implementation for io_uring.
Traits§
- An object that can be used to initiate an IO, by returning a reference to an
IoInitiator
.