Searched defs:wait_for_handle (Results 1 – 8 of 8) sorted by relevance
13 pub mod wait_for_handle; module
353 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
193 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
174 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
412 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
394 pub async fn wait_for_handle(&self) -> AsyncResult<u64> { in wait_for_handle() method
669 def wait_for_handle(self, handle, timeout=None): member in IocpProactor
129 def wait_for_handle(handle, timeout): function