| System.Threading Namespace |
| Class | Description | |
|---|---|---|
| Interlocked | Provides atomic operations for variables that are shared by multiple threads. | |
| Monitor | Provides a mechanism that synchronizes access to objects. | |
| Thread | Creates and controls a thread, sets its priority, and gets its status. |