package interrupthandler
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/interrupthandler"
Index ¶
Functions ¶
func SwallowSigQuit ¶
func SwallowSigQuit()
Types ¶
type InterruptHandler ¶
type InterruptHandler struct { C chan bool // contains filtered or unexported fields }
func NewInterruptHandler ¶
func NewInterruptHandler() *InterruptHandler
func (*InterruptHandler) WasInterrupted ¶
func (h *InterruptHandler) WasInterrupted() bool
Source Files ¶
interrupt_handler.go sigquit_swallower_unix.go
- Version
- v0.19.3
- Published
- Jun 22, 2015
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 4 minutes ago –
Tools for package owners.