Skip to main content

StreamSelector

Type Alias StreamSelector 

Source
pub type StreamSelector<S> = Selector<PollAsStream<S>>;
Expand description

Selector specialized for polling Streams.

Behaves much like SelectAll.

Aliased Typeยง

pub struct StreamSelector<S> { /* private fields */ }