Searched defs:wait_for_handle (Results 1 – 7 of 7) sorted by relevance
16 pub mod wait_for_handle; module
214 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
387 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
402 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
164 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() method
698 def wait_for_handle(self, handle, timeout=None): member in IocpProactor
134 def wait_for_handle(handle, timeout): function