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

Method Dead

pkg/util/tomb/tomb.go:119–122  ·  view source on GitHub ↗

Dead returns the channel that can be used to wait until all goroutines have finished running.

()

Source from the content-addressed store, hash-verified

117// Dead returns the channel that can be used to wait until
118// all goroutines have finished running.
119func (t *Tomb) Dead() <-chan struct{} {
120 t.init()
121 return t.dead
122}
123
124// Dying returns the channel that can be used to wait until
125// t.Kill is called.

Callers 4

startWithRetryMethod · 0.95
handleCommandMethod · 0.95
StartSyncFromCmdFunction · 0.80
DoneMethod · 0.80

Calls 1

initMethod · 0.95

Tested by

no test coverage detected