Jaysonmaw

Results 2 issues of Jaysonmaw

### The content that the question is about https://marabos.nl/atomics/basics.html#naming-clones ### The question This section contains the following code example: ```rust let a = Arc::new([1, 2, 3]); thread::spawn({ let a =...

question

This is my answer to #17 and #98 ## WIP I have only actually implemented the required changes for windows and mac os, as this was just an experiment to...