Struct gjio::EventPort [] [src]

pub struct EventPort { /* fields omitted */ }

Source of events from the outside world. Implements gj::EventPort.

Methods

impl EventPort
[src]

Trait Implementations

impl EventPort<Error> for EventPort
[src]

Waits for an external event to arrive, blocking the thread if necessary.