Searched defs:select (Results 1 – 4 of 4) sorted by relevance
19 mod select; module
168 macro_rules! select { macro
53 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method
60 pub(crate) fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method116 fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method