Searched defs:WaitEvent (Results 1 – 4 of 4) sorted by relevance
19 pub struct WaitEvent { struct20 pub connection_id: u64,21 pub hung_up: bool,22 pub readable: bool,
27 pub fn wait(&mut self, _timeout: WaitTimeout) -> RutabagaResult<Vec<WaitEvent>> { in wait()
35 pub fn wait(&mut self, timeout: WaitTimeout) -> RutabagaResult<Vec<WaitEvent>> { in wait()