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ā¦