github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/graceful/README.md (about) 1 # Graceful 2 3 Graceful demonstrates graceful shutdown of a service using the server.Wait option 4 5 The server deregisters the service and waits for handlers to finish executing before exiting. 6