Hacker News new | ask | show | jobs
by pmarreck 3433 days ago
Won't pre-emptible loops lead to more irreproducible race conditions as a negative consequence, unless the preemption is done deterministically?
1 comments

Are you asking about BEAM or Go? Preemption already works in BEAM and doesn't lead to race conditions because of nothing shared concurrency.
I was asking about Go. I understand BEAM's advantages in that area