Enum may::cqueue::PollError [] [src]

pub enum PollError {
    Timeout,
    Finished,
}

This enumeration is the list of the possible reasons that poll could not return Event when called.

Variants

This cqueue currently has no event and timeout happens so data may become available in future

This cqueue associated select coroutines are all finished so there will never be any more event received on it unless subscribe new select coroutines by using add

Trait Implementations

impl PartialEq for PollError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for PollError
[src]

impl Clone for PollError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PollError
[src]

impl Debug for PollError
[src]

[src]

Formats the value using the given formatter.