An open API service indexing awesome lists of open source software.

https://github.com/btodell/atomic_ref_box

A thread-safe pointer type that uniquely owns a heap allocation but allows immutable (weak) references to be shared
https://github.com/btodell/atomic_ref_box

Last synced: about 1 year ago
JSON representation

A thread-safe pointer type that uniquely owns a heap allocation but allows immutable (weak) references to be shared

Awesome Lists containing this project

README

          

# 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.