Round Robin implementation
ilya-pirogov opened this issue ยท 2 comments
How I can do round robin distribution? I understand that I can write something like:
every 20 ticks do
INPUT stone FROM in
OUTPUT 10 TO EACH out
end
But if "in" is receiving less than 10*out items per second then all items goes into the first "out" only.