github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/shutdown/README.md (about)

     1  # Shutdown
     2  
     3  This demonstrates graceful shutdown of a service via context cancellation after 5 seconds
     4  
     5  A micro.Service waits on context.Done() or an OS kill signal