Comment on Go’s race detector has a mutex blind spotparentComments−CodeBrad1yI may be biased, as I definitely love more than 50% of Rust, but Go also does not protect against logical races, deadlocks, etc.I have heard positive things about the loom crate[1] for detecting races in general, but I have not used it much myself.But in general I agree, writing correct (and readable) concurrent and/or parallel programs is hard. No language has "solved" the problem completely.[1]: https://crates.io/crates/loom
Comments
I may be biased, as I definitely love more than 50% of Rust, but Go also does not protect against logical races, deadlocks, etc.
I have heard positive things about the loom crate[1] for detecting races in general, but I have not used it much myself.
But in general I agree, writing correct (and readable) concurrent and/or parallel programs is hard. No language has "solved" the problem completely.
[1]: https://crates.io/crates/loom