Open john-sharratt opened 3 months ago
Adds a new method try_mut which if there is only a single reference to the ArcSwap grants mutable access to the insides
try_mut
ArcSwap
Also, I'd suggest you do some measurements. This method will likely be expensive (the wait_for_readers thing).
Adds a new method
try_mut
which if there is only a single reference to theArcSwap
grants mutable access to the insides