atomic_ref_box 0.1.0

Box with thread-safe, immutable weak references
Documentation
  • Coverage
  • 36.36%
    4 out of 11 items documented0 out of 10 items with examples
  • Size
  • Source code size: 5.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.94 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • BTOdell/atomic_ref_box
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BTOdell

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.