atomic_ref_box

Crates.ioatomic_ref_box
lib.rsatomic_ref_box
version0.1.0
sourcesrc
created_at2024-02-20 22:58:04.098437
updated_at2024-02-20 22:58:04.098437
descriptionBox with thread-safe, immutable weak references
homepage
repositoryhttps://github.com/BTOdell/atomic_ref_box
max_upload_size
id1147345
size5,784
Bradley Odell (BTOdell)

documentation

https://docs.rs/atomic_ref_box/

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.

Commit count: 0

cargo fmt