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).
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I wrote a package that exports
GracefulContextthat implements Go's context - github.com/benedictjohannes/gracef... with the additional feature of graceful shutdown (with cleanup functions and cleanup function deadlines).