Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
func
(w *WSLProcessController) Wait() error {
79
w.once.Do(
func
() {
80
w.waitErr = w.cmd.Wait()
81
})
82
return
w.waitErr
83
}
84
85
func
(w *WSLProcessController) Kill() {
86
w.lock.Lock()
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected