Searched defs:with_timeout (Results 1 – 7 of 7) sorted by relevance
22 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
24 explicit HangingReceiveThread(SyncSocket* socket, bool with_timeout) in HangingReceiveThread()
283 def with_timeout(self, timeout: float | None) -> Self: member in _BaseRetry
365 fn with_timeout(timeout: Duration, f: impl FnOnce() + Send + 'static) { in with_timeout() function
101 pub fn with_timeout(self, duration: Duration) -> Self { in with_timeout() method
1725 def check_sendall_interrupted(self, with_timeout): argument