Struct mio::Registration [] [src]

pub struct Registration {
    // some fields omitted
}

Handle to a Poll registration. Used for registering custom types for event notifications.

Methods

impl Registration
[src]

Create a new Registration associated with the given Poll instance. The returned Registration will be associated with this Poll for its entire lifetime.

Trait Implementations

impl Drop for Registration
[src]

A method called when the value goes out of scope. Read more

impl Debug for Registration
[src]

Formats the value using the given formatter.

impl Send for Registration
[src]