A Deadlock is a situation where each of the computer process waits for a resource which is being assigned to some another process.
-
#deadlock#processing
A race condition is a condition of a program where its behavior depends on relative timing or interleaving of multiple threads or processes.
-
#racecondition#bug