Skip to main content

AsyncFd

Type Alias AsyncFd 

Source
pub type AsyncFd<T> = AsyncFd<T>;
๐Ÿ‘ŽDeprecated since 0.12.0:

Use compio::runtime::fd::AsyncFd instead

Available on crate feature fs only.
Expand description

Providing functionalities to wait for readiness.

Aliased Typeยง

pub struct AsyncFd<T> { /* private fields */ }