tomb

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tomb

type Tomb struct {
	// contains filtered or unexported fields
}

Tomb is used to control the lifecycle of a goroutine.

func NewTomb

func NewTomb() *Tomb

NewTomb creates a new tomb.

func (*Tomb) Done

func (t *Tomb) Done()

Done is used by the goroutine to inform that it has stopped.

func (*Tomb) Stop

func (t *Tomb) Stop()

Stop is used to stop the goroutine outside.

func (*Tomb) Stopping

func (t *Tomb) Stopping() <-chan struct{}

Stopping is used by the goroutine to tell whether it should stop.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL