1
Fork 0
Simple library for graceful shutdowns
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan-Lukas Else 773db8099c Improvements 2 years ago
example Allow to cancel graceful shutdown 2 years ago
LICENSE Initial commit 2 years ago
README.md Add example code 2 years ago
go.mod Use standard library only 2 years ago
go.sum Use standard library only 2 years ago
shutdown.go Improvements 2 years ago
shutdown_test.go Allow to cancel graceful shutdown 2 years ago

README.md

go-shutdowner

A simple library for graceful shutdowns

100% covered with unit tests.

See and try the example in /example to see the how things should be done.