Lines Matching refs:until
76 This method waits until the lock is *unlocked*, sets it to
111 :meth:`clear` method. The :meth:`~Event.wait` method blocks until the
133 # Spawn a Task to wait until 'event' is set.
140 # Wait until the waiter task is finished.
147 Wait until the event is set.
150 Otherwise block until another task calls :meth:`~Event.set`.
163 Tasks awaiting on :meth:`~Event.wait` will now block until the
222 This method waits until the underlying lock is *unlocked*,
258 Wait until notified.
263 This method releases the underlying lock, and then blocks until
270 Wait until a predicate becomes *true*.
287 that it is zero, it blocks, waiting until some task calls
326 until a :meth:`release` is called and return ``True``.