Module arc

Source
Expand description

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’.
ArcInner 🔒

Constants§

MAX_REFCOUNT 🔒