AlacrisIO / meta

Internal management of Legicash/Legilogic/Alacris
0 stars 0 forks source link

Review changes to stdlib (& demo) for While and fix race/etc #151

Open jeapostrophe opened 5 years ago

jeapostrophe commented 5 years ago

My first version of WHILE was broken because of the race on receives. I faked it by changing the stdlib to have sendrecv rather than send. This is really lame though and it would be better to actually fix the problem, because I'm sure it will hit us again.