Footprint from MIS "process execution and STDIO redirection" attempt 2 lol
This commit is contained in:
parent
a951d7f2e7
commit
c0a688bcbf
|
@ -121,9 +121,10 @@ Begin
|
||||||
// NOTE client class already escapes telnet protocol, no need for that.
|
// NOTE client class already escapes telnet protocol, no need for that.
|
||||||
//
|
//
|
||||||
// while processGoing do begin
|
// while processGoing do begin
|
||||||
// case waitEvent(Input or output)
|
// case waitEvent(Input, output or close, wait INFINITY)
|
||||||
// input : push input to Client class
|
// input : push input to Client class
|
||||||
// output : push output to client class
|
// output : push output to client class
|
||||||
|
// close : break;
|
||||||
// end
|
// end
|
||||||
|
|
||||||
NI.Busy := False;
|
NI.Busy := False;
|
||||||
|
@ -140,4 +141,4 @@ Begin
|
||||||
Inherited Destroy;
|
Inherited Destroy;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
End.
|
End.
|
||||||
|
|
Loading…
Reference in New Issue