返回 DeepSeek-Reasonix
hang_watchdog_other.go
根目录 / desktop / hang_watchdog_other.go
1 //go:build !darwin && !windows
2
3 package main
4
5 func mainThreadWatchdogSupported() bool {
6 return false
7 }
8
9 func startNativeMainThreadHeartbeat(uint64) {}
10
11 func stopNativeMainThreadHeartbeat() {}
12
12 lines GO