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