You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graceful's server struct exposes a ShutdownInitiated func() variable that is called when the program is shutting down.
Can we somehow expose this variable to the end user? My software runs several goroutine processes that I'd love to send a channel value to in order to let them clean up safely.