cement.ext.ext_alarm
Cement alarm extension module.
- class cement.ext.ext_alarm.AlarmManager(*args: Any, **kw: Any)[source]
Bases:
object
Lets the developer easily set and stop an alarm. If the alarm exceeds the given time it will raise
signal.SIGALRM
.