MCPcopy
hub / github.com/containerd/containerd / Wait

Method Wait

client/sandbox.go:49–49  ·  view source on GitHub ↗

Wait blocks until sandbox process exits.

(ctx context.Context)

Source from the content-addressed store, hash-verified

47 Stop(ctx context.Context) error
48 // Wait blocks until sandbox process exits.
49 Wait(ctx context.Context) (<-chan ExitStatus, error)
50 // Shutdown removes sandbox from the metadata store and shutdowns shim instance.
51 Shutdown(ctx context.Context) error
52}

Callers 8

WaitMethod · 0.65
StartMethod · 0.65
WaitMethod · 0.65
DeleteMethod · 0.65
WithProcessKillFunction · 0.65
WaitMethod · 0.65
DeleteMethod · 0.65
ExecMethod · 0.65

Implementers 1

sandboxClientclient/sandbox.go

Calls

no outgoing calls

Tested by

no test coverage detected