Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opencontainers/runc
/ wait
Method
wait
libcontainer/process.go:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
type
processOperations
interface
{
15
wait() (*os.ProcessState, error)
16
signal(sig os.Signal) error
17
pid() int
18
}
Callers
1
Wait
Method · 0.65
Implementers
4
restoredProcess
libcontainer/restored_process.go
nonChildProcess
libcontainer/restored_process.go
containerProcess
libcontainer/process_linux.go
mockProcess
libcontainer/container_linux_test.go
Calls
no outgoing calls
Tested by
no test coverage detected