watchdog - part-cw/lambdanative GitHub Wiki
(watchdog . thunk)
Watchdog watches thread loops and terminates them if not called in the last 5 seconds.
Parameter | Description |
---|---|
thunk | Function to be called when the watchdog triggers and terminates the application |
Example
To use place (watchdog) in thread loops to watch.