B
buu
wich would be best practice for multithreaded apps?
I have a sub in a class that is called from a multiple threads, and I found
MethodImpl to lock a sub when a thread enters.
is it reccommended and best practice way?
does it makes lock on sub or on whole class?
I have a sub in a class that is called from a multiple threads, and I found
MethodImpl to lock a sub when a thread enters.
is it reccommended and best practice way?
does it makes lock on sub or on whole class?