The current implementation of ArcCell is not lock-free. It uses a spin lock. I very much want to use this functionality, but I don't think this implementation should be included in crossbeam right now (and frankly, the fact that it's included right now is quite misleading).
The current implementation of
ArcCellis not lock-free. It uses a spin lock. I very much want to use this functionality, but I don't think this implementation should be included incrossbeamright now (and frankly, the fact that it's included right now is quite misleading).