Skip to main content

Crate compio_compat

Crate compio_compat 

Source
Expand description

Runtime-compatibility layers for compio.

This crate provides a compatibility layer for compio’s runtime, allowing it to be used with different underlying event loop implementations, e.g., tokio or smol.

Structs§

FuturesAdapter
Adapter for general runtime.
RuntimeCompat
A compatibility layer for [Runtime]. It is driven by the underlying Adapter.
TokioAdapter
Adapter for tokio runtime.

Traits§

Adapter
Adapter trait for different runtimes.