Threads: Thread Interference in Java
Thread Interference in Java
Interference happens when two operations, running in different threads, but acting on the same data, interleave. This means that the two operations consist of multiple steps, and the sequences of steps overlap.
Semantic portal