Exercise E3:
Implement the program
pipeline
and run it.
Modify the code such that each process outputs its number after having received the message.
Explain the result.
Modify the code such that the output is correctly ordered.
Back