WaitWhile

class Varwin.WaitWhile(function: Callable[[], bool])

Bases: object

Waits until a specified condition becomes false using an asynchronous iterator. This allows the wait to be integrated into an async for loop and potentially interrupted.