WaitForSeconds

class Varwin.WaitForSeconds(seconds: float)

Bases: object

Waits for a specified number of seconds using an asynchronous iterator. This allows the wait to be integrated into an async for loop and potentially interrupted.