1 unstable release

0.1.0 Feb 20, 2024

#1767 in Rust patterns

MIT license

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.

No runtime deps