https://github.com/upsight/stop
Golang helpers for stopping gracefully
https://github.com/upsight/stop
go golang
Last synced: 5 months ago
JSON representation
Golang helpers for stopping gracefully
- Host: GitHub
- URL: https://github.com/upsight/stop
- Owner: upsight
- License: mit
- Created: 2016-11-19T00:27:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T10:01:08.000Z (over 9 years ago)
- Last Synced: 2025-04-19T07:29:37.929Z (about 1 year ago)
- Topics: go, golang
- Language: Go
- Homepage: https://godoc.org/github.com/upsight/stop
- Size: 105 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stop [](http://godoc.org/github.com/upsight/stop) [](https://travis-ci.org/upsight/stop)
Package stop provides helpers to make it easier to gracefully stop groups
of goroutines (and anything else that implements the Stopper interface).
`go get github.com/upsight/stop`
See the documentation for [an example](https://godoc.org/github.com/upsight/stop#example-Group).