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