Module reactor::poller

source ·
Expand description

OS and implementation-specific poll engines.

Modules

Poll engine provided by the popol crate.

Structs

Information about I/O events which has happened for a resource.

Enums

Reasons for the poll operation failure for a specific resource.

Traits

An engine providing poll syscall interface to the crate::Reactor.