MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Dying

Method Dying

pkg/util/tomb/tomb.go:126–129  ·  view source on GitHub ↗

Dying returns the channel that can be used to wait until t.Kill is called.

()

Source from the content-addressed store, hash-verified

124// Dying returns the channel that can be used to wait until
125// t.Kill is called.
126func (t *Tomb) Dying() <-chan struct{} {
127 t.init()
128 return t.dying
129}
130
131// Wait blocks until all goroutines have finished running, and
132// then returns the reason for their death.

Callers 1

WithContextFunction · 0.95

Calls 1

initMethod · 0.95

Tested by

no test coverage detected