Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StopChannel ¶
type StopChannel struct {
// contains filtered or unexported fields
}
func New ¶
func New() *StopChannel
func (*StopChannel) Stop ¶
func (sc *StopChannel) Stop()
func (*StopChannel) StopC ¶
func (sc *StopChannel) StopC() <-chan struct{}
func (*StopChannel) Stopped ¶
func (sc *StopChannel) Stopped() bool
Click to show internal directories.
Click to hide internal directories.