Y
Hacker News
new
|
ask
|
show
|
jobs
by
jiveturkey
682 days ago
mutexes, in general, are considered to protect data. one associates a mutex with a piece of data. any number of bits of code might access that data, not just a single synchronized function.