Possible Duplicate:
Calling Console.WriteLine from multiple threads
I am have test of CONSOLE APPLICATION for the c#
Question:
Has Console.WriteLine for THREAD SAFETY ?
In effect ,
is possible for no exceptions with :
Parallel.For(0, 1000000, p => Console.WriteLine("Hello Dears !"));
Thank for quick reponse !