Crates.io | atomic_ref_box |
lib.rs | atomic_ref_box |
version | 0.1.0 |
source | src |
created_at | 2024-02-20 22:58:04.098437 |
updated_at | 2024-02-20 22:58:04.098437 |
description | Box with thread-safe, immutable weak references |
homepage | |
repository | https://github.com/BTOdell/atomic_ref_box |
max_upload_size | |
id | 1147345 |
size | 5,784 |
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.