nevalang / neva

🌊 Flow-based programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

Race condition fix. Part 1 (Compiler) #663

Closed emil14 closed 4 weeks ago

emil14 commented 1 month ago

Implementation of https://github.com/nevalang/neva/issues/644#issuecomment-2138188931

emil14 commented 4 weeks ago

Now we need to rewrite runtime so all senders share the same queue (we will optimize this in future)

emil14 commented 4 weeks ago

I will not wait for CI cuz race is still there. We need to update runtime