upcarta
  • Sign In
  • Sign Up
  • Explore
  • Search

Safely writing code that isn't thread-safe

  • Article
  • Nov 22, 2022
  • #ComputerProgramming
Cliff L. Biffle
@CliffLBiffle
(Author)
cliffle.com
Read on cliffle.com
1 Recommender
1 Mention
One of the nice things about the Rust programming language is that it makes it easier to write correct concurrent (e.g. threaded) programs – to the degree that Rust’s slogan has bee... Show More

One of the nice things about the Rust programming language is that it makes it easier to write correct concurrent (e.g. threaded) programs – to the degree that Rust’s slogan has been, at times, “fearless concurrency.”

But I’d like to tell you about the other side of Rust, which I think is under-appreciated. Rust enables you to write programs that are not concurrent. This feature is missing from most other languages, and is a source of much complexity and bugs.

Show Less
Recommend
Post
Save
Complete
Collect
Mentions
See All
Georgios Konstantopoulos @gakonst · Nov 25, 2022
  • Post
  • From Twitter
Great post to read next to "Fearless Concurrency" to understand why Rust gives devs peace of mind about multithreaded code
  • upcarta ©2025
  • Home
  • About
  • Terms
  • Privacy
  • Cookies
  • @upcarta