Atomic Ref Box
A thread-safe pointer type that uniquely owns a heap allocation of type T, but allows immutable (weak) references to be created and shared.
UNFINISHED IMPLEMENTATION!
Help needed.
A thread-safe pointer type that uniquely owns a heap allocation of type T, but allows immutable (weak) references to be created and shared.
Help needed.