Searched defs:SelectorState (Results 1 – 1 of 1) sorted by relevance
86 struct SelectorState { struct88 fds: Mutex<Fds>,94 pending_removal: Mutex<Vec<RawFd>>,99 pending_wake_token: Mutex<Option<Token>>,104 notify_waker: WakerInternal,109 waiting_operations: AtomicUsize,114 operations_complete: Condvar,119 id: usize,162 impl SelectorState { impl