This repository contains an implementations of atomic shared pointers, thread-safe mutable reference-counted variables, in C++ and Rust. Such variables or mutable cells require special handling for ...