Skip to main content

PollFd

Type Alias PollFd 

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

Use compio::runtime::fd::PollFd instead

Available on crate feature net only.
Expand description

Providing functionalities to wait for readiness.

Aliased Typeยง

pub struct PollFd<T>(/* private fields */);