AdvancedVocabulary#software-architecture#developer-tools#backend

Spinlock Vocabulary

Build fluency in the vocabulary of a lock where a waiting thread busy-waits in a loop instead of sleeping.

0 / 5 completed
1 / 5
At standup, a dev mentions a lock where a thread waiting to acquire it sits in a tight loop repeatedly checking whether the lock is free, instead of being put to sleep and woken up later by the operating system. What is this kind of lock called?