Hi, I'm Piotr, also known as @drogus in the internet.

I write technical articles on this blog, and work on open source projects.

You can also read my thoughts at drogus.bsky.social or hachyderm.io/@drogus.

Pinned ·

Arc and Mutex in Rust

When writing concurrent Rust you will encounter Arc and Mutex types sooner or later. And although Mutex might already sound familiar as it's a concept known in many languages, chances are you haven't heard about Arc before Rust. What's more, you can't fully understand these conceā€¦