Why Rust mutexes look like they do
- Blog
- Mar 31, 2022
- #ComputerProgramming
One of the common complaints I hear from systems programmers who try Rust is about mutexes, and specifically about the Rust Mutex API. The complaints usually go something like this:...
Show More