Arc

Arc in std::sync - Rust

A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.

Multi Threading

Concurrent programming, where different parts of a program execute independently, and parallel programming, where different parts of a program execute at the same time