/watchdog

Provides a simple UNIX-signal based watchdog. It may be used either as a context manager or as a decorator. The default behaviour is to raise a Timeout exception when the given number of seconds has passed.

Primary LanguagePython

Stargazers