Principles of Concurrency
Interleaving and overlapping the execution of processes.
Consider two processes P1 and P2 executing the function echo:
{
input (in, keyboard);
out = in;
output (out, display);
}
Previous slide
Next slide
Back to first slide
View graphic version