package
0.0.0-20230412102204-758a9e786e6a
Repository: https://github.com/go-micro/examples.git
Documentation: pkg.go.dev
# README
Graceful
Graceful demonstrates graceful shutdown of a service using the server.Wait option
The server deregisters the service and waits for handlers to finish executing before exiting.