StdioTransport.attach constructor
Connects to an already-running process.
For a supervisor that owns process lifetime itself.
Implementation
factory StdioTransport.attach(Process process, {String name = 'stdio'}) =>
StdioTransport._(process, name);