Searched refs:is_listening (Results 1 – 3 of 3) sorted by relevance
129 if !socket.is_active() && !socket.is_listening() { in main()
174 if !socket.is_active() && !socket.is_listening() {
871 pub fn is_listening(&self) -> bool { in is_listening() method