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
protectedthis_program|zeroStdio.FakePipe.InternalSocket._other
Stdio.Buffer|zeroStdio.FakePipe.InternalSocket._read_buffer
Stdio.Buffer|zeroStdio.FakePipe.InternalSocket._write_buffer
protectedThread.MutexStdio.FakePipe.InternalSocket.mux
protectedThread.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.Mutexmux,Thread.Conditioncond)