Definition
A synchronisation primitive that prevents multiple threads from accessing a shared resource simultaneously, avoiding race conditions.
Example Usage
"The mutex prevents two workers from processing the same job — without it we'd get duplicate payments."