A single, complete unit of code that either executes completely or fails completely, without interruption or observation from other code. Atomic code cannot be interrupted. All adjacent, immediate, non-asyncexpressions are considered to be atomic — their code is guaranteed to run without interruption with the same update, and without preemption or context switching.
atomic
A single, complete unit of code that either executes completely or fails completely, without interruption or observation from other code. Atomic code cannot be interrupted.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library