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 */ }