Concurrency

Rust makes a big deal about advertising "fearless concurrency". What does this actually mean?

  • Concurrency primitives that aren't too painful to work with.
  • Data races will not compile.