|
|
|
|
|
by bilekas
700 days ago
|
|
> Concurrency problems? I have to admit, while I do enjoy rust in the sense that it makes sense and can really "click" sometimes. For anything asynchronous I find it really rough around the edges. It's not intuitive what's happening under the hood. |
|
One of the major wins of Rust is encoding thread safety in the type system with the `Send` and `Sync` traits.