Trait std::select::SelectPort

pub trait SelectPort<T>: SelectPortInner<T> { }

Trait for message-passing primitives that can use the select2() convenience wrapper.

Implementors