Class Stdio.FakePipe()->InternalSocket
- Description
- Class that implements one end of an emulated bi-directional pipe/socket. 
- Variable
_other
 Variable _read_buffer
 Variable _write_buffer
 Variable mux
 Variable cond
 
- protected- this_program|- zeroStdio.FakePipe.InternalSocket._other
 - Stdio.Buffer|- zeroStdio.FakePipe.InternalSocket._read_buffer
 - Stdio.Buffer|- zeroStdio.FakePipe.InternalSocket._write_buffer
 - protected- Thread.MutexStdio.FakePipe.InternalSocket.mux
 - protected- Thread.ConditionStdio.FakePipe.InternalSocket.cond
- Variable
other
 
- this_programStdio.FakePipe.InternalSocket.other
- Description
- The other end of the emulated pipe/socket. 
- Note
- Read only 
- Method
create
 
- Stdio.FakePipe.InternalSocket Stdio.FakePipe.InternalSocket(- this_program|- zero- _other,- Stdio.Buffer|- zero- _read_buffer,- Stdio.Buffer|- zero- _write_buffer,- Thread.Mutex- mux,- Thread.Condition- cond)