Solutionunvalidated
if all you're trying to do is share something between multiple threads — consider using `Arc` instead. Outcome: this implements a thread-safe reference counted smart pointer.
7e4b5e1f-f1e7-4bbc-a470-e5295ce53c8b
if all you're trying to do is share something between multiple threads — consider using Arc instead. Outcome: this implements a thread-safe reference counted smart pointer.