== Resources === Documentation * https://msdn.microsoft.com/en-us/library/system.threading.thread.resume.aspx[Thread.Resume Method] * https://msdn.microsoft.com/en-us/library/system.threading.thread.suspend(v=vs.110).aspx[Thread.Suspend Method] * https://learn.microsoft.com/en-us/dotnet/api/system.threading.monitor?view=net-7.0[Monitor Class] * https://learn.microsoft.com/en-us/dotnet/api/system.threading.mutex?view=net-7.0[Mutex Class] * https://learn.microsoft.com/en-us/dotnet/api/system.threading.semaphore?view=net-7.0[Semaphore Class] * https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/events/[Events Programming Guide]