MCPcopy
hub / github.com/opencontainers/runc / waitConsole

Method waitConsole

tty.go:153–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (t *tty) waitConsole() error {
154 if t.consoleC != nil {
155 return <-t.consoleC
156 }
157 return nil
158}
159
160// ClosePostStart closes any fds that are provided to the container and dup2'd
161// so that we no longer have copy in our process.

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected