Home | History | Annotate | Download | only in asyncio

Lines Matching defs:wait

239     The wait() method blocks until the flag is true. The flag is initially
264 become true are awakened. Coroutine that call wait() once the flag is
276 wait() will block until set() is called to set the internal flag
280 async def wait(self):
303 allows one or more coroutines to wait until they are notified by another
335 async def wait(self):
336 """Wait until notified.
347 raise RuntimeError('cannot wait on un-acquired lock')
360 # Must reacquire lock even if wait is cancelled
373 """Wait until a predicate becomes true.
381 await self.wait()
394 wait() call until it can reacquire the lock. Since notify() does