1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-11 17:18:28 +02:00
go-micro/examples/graceful/README.md
2020-12-26 15:17:20 +00:00

190 B

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.