Data Concurrency - Atomic Variable Access

Data System Architecture

Data Concurrency - Atomic Variable Access

About

Atomic operations (in order to get a value) cannot be interleaved, so they can be used without fear of thread interference.

Primitive atomic instructions on a CPU instruction level:

Documentation / Reference





Discover More
Data System Architecture
Concurrency - Synchronization

Synchronization insures thread safety by preventing the same code being run by two different threads at the same time. When a code (object, method) has a synchronized property, if a thread enter a synchronized...



Share this page:
Follow us:
Task Runner