Module alloc::arc1.0.0 [] [src]

Thread-safe reference-counting pointers.

See the Arc<T> documentation for more details.

Structs

Arc

A thread-safe reference-counting pointer.

Weak

A weak version of Arc.