Remix.run Logo
ViewTrick1002 2 days ago

> My experience is that what makes your statement true, is that _seasoned_ Rust developers just sprinkle `Arc` all over the place, thus effectively switching to automatic garbage collection.

How else would you safely share data in multi-threaded code? Which is the only reason to use Atomic reference counts.