Managing time and events
Do something at an interval.
Run a event timer clock tick.
When the interval has run, the event will be triggered. If interval is not set, the event will never be triggered.
A timer that raises TimeoutError exception when the time has run out.
Run a timeout timer clock tick.
Raises TimeoutError: | |
---|---|
when timeout seconds has passed. If timeout is not set, it will never time out. |