DEV Community

Discussion on: Golang: graceful shutdown

Collapse
 
benedictjohannes profile image
benedictjohannes

I wrote a package that exports GracefulContext that implements Go's context - github.com/benedictjohannes/gracef... with the additional feature of graceful shutdown (with cleanup functions and cleanup function deadlines).