Which namespace has threading

Q

Which namespace has threading ?

✍: Guest

A

Systems.Threading has all the classes related to implement threading. Any .NET application who wants to implement threading has to import this namespace.
Note :- .NET program always has at least two threads running one is the main program and second is the garbage collector.

2007-10-22, 4703👍, 0💬