Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HangDetector ¶
type HangDetector interface {
Start()
Stop()
C() <-chan bool
WrapOutWriter(writer io.Writer) io.Writer
WrapErrWriter(writer io.Writer) io.Writer
}
HangDetector ...
func NewDefaultHangDetector ¶
func NewDefaultHangDetector(timeout time.Duration) HangDetector
NewDefaultHangDetector ...
Click to show internal directories.
Click to hide internal directories.