Category: General

Why lock this is bad?

It is bad form to use this in lock statements because it is generally out of your control who else might be locking on that object. In order to properly p...