Class Tools.Standalone.forkd()->ForkStream
- Description
This class maps 1 to 1 to Process.RemoteProcess, and implements the daemon side of the RPC protocol.
It contains an array (fds) with the file descriptors that have been received so far from the remote.
- Inherit
File
inherit Stdio.File : File
- Variable
fds
array
(Stdio.Fd
) Tools.Standalone.forkd.ForkStream.fds- Description
The remote file descriptors received so far in order.