๐Ÿ›‘Graceful Shutdown WorkshopWORKSHOP
1
2
3
4

Step 1

Register `SIGINT` and `SIGTERM` with `signal.Notify`, then block on the quit channel. Since the Playground has no real OS signals, simulate a signal by sending on the quit channel from a goroutine after 10 ms. Print `"received signal"` when the send is received.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)