1 comment

[ 3.6 ms ] story [ 15.2 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?