Holds information on how to spawn off subprocesses On Linux systems, it uses forkpty On Windows systems, it uses OVERLAPPED io on named pipes
On windows, calls CloseHandle on the io handles Spawn uses Does nothing on linux as linux automatically closes resources when parent dies
Returns the next toRead of data as a string
Sends command to the pty
See Implementation
Holds information on how to spawn off subprocesses On Linux systems, it uses forkpty On Windows systems, it uses OVERLAPPED io on named pipes