Trait std::select::Select

pub trait Select: SelectInner { }

Trait for message-passing primitives that can be select()ed on.

Implementors