Comment by the_why_of_y
7 years ago
Concurrency bugs can be eliminated with state of the art static analysis (see Rust, Pony) - with the exception of deadlocks, which you can easily introduce with multiple processes as well.
http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.ht...
No comments yet
Contribute on Hacker News ↗