What's the use-case for &Arc? Modifying an Arc object in outer scope?
To me, this handle trait sounds a lot like "reference-counted reference". When there already exists a pure "reference" in the language
What's the use-case for &Arc? Modifying an Arc object in outer scope?
To me, this handle trait sounds a lot like "reference-counted reference". When there already exists a pure "reference" in the language