Caltoopia/caltoopia-calvin

Fan-out ports with user typed tokens

Opened this issue · 0 comments

Currently both the code generator and calvin assumes that the consuming actor is allowed and should free the memory of incoming tokens. This is OK for all but ports with fan-out (and uses user typed ports) due to that the first actor will free the token before the second will read it.