[][src]Crate ringbahn

Modules

drive

Drive IO on io-uring

event

Events that can be scheduled on io-uring with a [Submission]

Structs

Ring

A wrapper that runs a handle's IO on io-uring.

Submission

A Future representing an event submitted to io-uring

Traits

Drive

Implemented by drivers for io-uring.

Event

An IO event that can be scheduled on an io-uring driver.