Module alloc::arc[src]

Concurrency-enabled mechanisms for sharing mutable and/or immutable state between tasks.

Structs

Arc

An atomically reference counted wrapper for shared state.

Weak

A weak pointer to an Arc.