1 comment

[ 3.2 ms ] story [ 9.3 ms ] thread
Interesting design decision to make properties automatically create semaphores for atomic properties. Seems that most apps would not need the multithreading data protection that a mutex would provide.

Is there a time where this is not the case?