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
Stdio.FakePipe.InternalSocket.other
protected
Stdio.Buffer
Stdio.FakePipe.InternalSocket.read_buffer
protected
Stdio.Buffer
Stdio.FakePipe.InternalSocket.write_buffer
protected
Thread.Mutex
Stdio.FakePipe.InternalSocket.mux
protected
Thread.Condition
Stdio.FakePipe.InternalSocket.cond
- Method create
Stdio.FakePipe.InternalSocket Stdio.FakePipe.InternalSocket(
this_program
other
,Stdio.Buffer
read_buffer
,Stdio.Buffer
write_buffer
,Thread.Mutex
mux
,Thread.Condition
cond
)