MCPcopy Create free account
hub / github.com/coder/coder / Wait

Method Wait

agent/reconnectingpty/reconnectingpty.go:114–114  ·  view source on GitHub ↗

Wait waits for the reconnecting pty to close. The underlying process might still be exiting.

()

Source from the content-addressed store, hash-verified

112 // Wait waits for the reconnecting pty to close. The underlying process might
113 // still be exiting.
114 Wait()
115 // Close kills the reconnecting pty process.
116 Close(err error)
117}

Callers 15

handleConnMethod · 0.95
ShutdownMethod · 0.65
WaitMethod · 0.65
startRejectingListenerFunction · 0.65
WaitMethod · 0.65
TestKeyConcurrentFunction · 0.65
TestAgent_Stats_SSHFunction · 0.65
TestAgent_Stats_MagicFunction · 0.65

Implementers 2

screenReconnectingPTYagent/reconnectingpty/screen.go
bufferedReconnectingPTYagent/reconnectingpty/buffered.go

Calls

no outgoing calls