package interrupthandler
import "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
- v1.2.0-beta
- Published
- May 3, 2015
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 weeks ago –
Tools for package owners.