AdvancedVocabulary#backend#architecture#developer-tools

Deadlock Vocabulary

Learn the vocabulary of two threads each waiting forever on a lock the other one holds.

0 / 5 completed
1 / 5
At standup, a dev mentions thread A holding lock 1 while waiting on lock 2, and thread B holding lock 2 while waiting on lock 1, so neither thread ever makes progress again. What is this situation called?