Arc
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
Links
Concurrent programming, where different parts of a program execute independently, and parallel programming, where different parts of a program execute at the same time