An open API service indexing awesome lists of open source software.

https://github.com/oppodelldog/worker-template


https://github.com/oppodelldog/worker-template

example golang graceful-shutdown gracefully sample worker

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# golang - graceful shutdown example

Sample implementation of a signal listening shutdown
handling of a go application using context.WithCancel.