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|zero Stdio.FakePipe.InternalSocket._other
Stdio.Buffer|zero Stdio.FakePipe.InternalSocket._read_buffer
Stdio.Buffer|zero Stdio.FakePipe.InternalSocket._write_buffer
protected Thread.Mutex Stdio.FakePipe.InternalSocket.mux
protected Thread.Condition Stdio.FakePipe.InternalSocket.cond


Variable other

this_program Stdio.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)