MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / Wait

Method Wait

pkg/genconn/wsl-impl.go:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (w *WSLProcessController) Wait() error {
79 w.once.Do(func() {
80 w.waitErr = w.cmd.Wait()
81 })
82 return w.waitErr
83}
84
85func (w *WSLProcessController) Kill() {
86 w.lock.Lock()

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected