Fish Touching🐟🎣

Rust Thread

Mar 22, 2023

# 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