Module sync

Thread-safe reference-counting pointers.

See the [Arc<T>][Arc] documentation for more details.

Note: This module is only available on platforms that support atomic loads and stores of pointers. This may be detected at compile time using #[cfg(target_has_atomic = "ptr")].

Structs