Explore >> Select a destination


You are here

morestina.net
| | iter.ca
4.1 parsecs away

Travel
| | Breaking all of the safety in Rust
| | blog.m-ou.se
4.0 parsecs away

Travel
| | The concurrency features that are included in the Rust standard library are quite similar to what was available in C++11: threads, atomics, mutexes, condition variables, and so on. In the past few years, however, C++ has gained quite a few new concurrency related features as part C++17 and C++20, with more proposals still coming in for future versions. Let's take some time to review C++ concurrency features, discuss what their Rust equivalent could look like, and what it'd take to get there.
| | marabos.nl
4.0 parsecs away

Travel
| | Low-level Concurrency in Practice. This practical book helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the role of the operating system all fit together.
| | alexn.org
19.6 parsecs away

Travel
|