mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-23 17:53:05 +02:00
7 lines
190 B
Markdown
7 lines
190 B
Markdown
|
# 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.
|
||
|
|