Compared with C++ concurrent libraries, Rust is not too similar!
Translator | Lu Xinwang Review | Yun Zhao If you compare Rust to the younger brother of C++, I believe everyone will have no objection. Rust borrows many design ideas from C++. The same is true for concurrency. The concurrency features of the Rust standard library are very similar to those in C++11: threads, atomic operations, locks and mutexes, condition variables, and more. However, over the past few years, with the release of C++17 and C++20, C++ has gained quite a few new concurrency-related features, and future releases will have more to learn from....