Wait waits for the reconnecting pty to close. The underlying process might still be exiting.
()
| 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 | } |
no outgoing calls