Struct tmp_mio::Selector [] [src]

pub struct Selector { /* fields omitted */ }

Methods

impl Selector
[src]

Wait for events from the OS

Register event interests for the given IO handle with the OS

Register event interests for the given IO handle with the OS

Deregister event interests for the given IO handle with the OS

Trait Implementations

impl Debug for Selector
[src]

Formats the value using the given formatter.

impl Drop for Selector
[src]

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