I was just wondering if anyone knows if there is a Mutex like struct which allows you to take as many immutable references so long as there is no active mutable references, and only one mutable reference as long as there is no active immutable reference. If not, is there anything which might fill a similar role?
Yes thank you so much!