Files

8 lines
245 B
Go
Raw Permalink Normal View History

2026-04-14 14:07:59 +08:00
//go:build !windows
package hotime
// registerWindowsCloseHandler 在非 Windows 平台上是空实现。
// Linux/macOS 通过 SIGTERM (kill) 或 SIGINT (Ctrl+C) 触发优雅停机。
func (that *Application) registerWindowsCloseHandler() {}