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

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

Awesome Lists containing this project

README

          

# stop [![GoDoc](https://godoc.org/github.com/upsight/stop?status.svg)](http://godoc.org/github.com/upsight/stop) [![Build Status](https://travis-ci.org/upsight/stop.svg?branch=master)](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).