I
Igor
Hi.
I have ArrayList shared by many threads, I synchronized it with mutex. Now I
discovered in MSDN that ArrayList should be synchronized with
lock() and SyncRoot. Is it a problem that I synchronized it with mutex and
what is the difference?
Thanks.
I have ArrayList shared by many threads, I synchronized it with mutex. Now I
discovered in MSDN that ArrayList should be synchronized with
lock() and SyncRoot. Is it a problem that I synchronized it with mutex and
what is the difference?
Thanks.