Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitClose ¶
func WaitClose(f func())
WaitClose blocks the calling goroutine until SIGINT, SIGHUP, or SIGQUIT is received, then logs the shutdown event and calls f to perform graceful cleanup. It is typically invoked from main after all services have been started. Written by Claude Code claude-opus-4-6.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.