53
[BLOG] Why Rust mutexes look like they do - Cliffle
(cliffle.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
If lock-ergonomics^โ^ is as relevant to you as indexing, you're doing it wrong.
I would rather take indexing returning
Results than the other way around.One can always wrap any code in
{||{ //.. }}()and use question marks liberally anyway (I call them stable try blocks ๐).