Ubiquitous Dataflow Synchronization
Conditionals
Arithmetics
Procedure Application
Wait
local Xs in
thread {Compute Xs} end
case Xs of X|Xr then {P X} end
end
local X in
thread {Compute X} end
... X + Y = Z ...
end
local P in
thread {Compute P} end
... {P X Y} ...
end
local X in
thread {Compute X} end
... {Wait X} ...
end
Previous slide
Next slide
Back to first slide
View graphic version