T
tjo
Hi
I have a short question regards event i C#.
I have two C# threads. The can both fire the same event idepended of
each other.
How is this hande by the CLR? Are the calls queued?
Thread1()
{
}
I have a short question regards event i C#.
I have two C# threads. The can both fire the same event idepended of
each other.
How is this hande by the CLR? Are the calls queued?
Thread1()
{
}