| Class Process |
This class is a convenient way of creating a sub-process in a program,
| Details |
| Constructor |
| Methods: |
Invoke the code of the process. @p
Called by the parent. The method waits for the child to terminate, and then closes the pipes.
# Set the runnable object as the code body of the process. @p
Sleep for n milliseconds.
Called by the parent process to start the child
Called by the parent to kill the child. Then the {join} method is invoked.
| Fields: |