On Friday, 18 April 2014 at 06:16:29 UTC, Ola Fosheim Grøstad wrote: > But how can you let the compiler know that you have protected > the array so only one thread will take processing-ownership > during the life span of the function call? Btw, Rust apparently uses ARC for immutable data only.