Module alloc::arc 1.0.0[−][src]
Thread-safe reference-counting pointers.
See the Arc<T>
documentation for more details.
Structs
Arc |
A thread-safe reference-counting pointer. 'Arc' stands for 'Atomically Reference Counted'. |
Weak |
|