46
edits
Changes
→Race Conditions
There are multiple types of race conditions such as
#Data Race:a Occurs when multiple threads attempt to perform an operation on shared data#Heap Race: performs Performs operations on a shared heap,
#Stack Race: Performs operations on a shared stack.