install_watchdog

Function install_watchdog 

Source
pub fn install_watchdog()
Expand description

Install the watchdog timer

This spawns a dedicated thread that periodically checks for stuck strands. Safe to call multiple times (idempotent via Once).

The watchdog is only started if SEQ_WATCHDOG_SECS is set to a positive value.