1 unstable release
0.1.0 | Feb 20, 2024 |
---|
#23 in #weak-references
5KB
82 lines
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.