AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 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