Exemplo n.º 1
0
 private static void Main(string[] args)
 {
     SemaphoreEx.Run();
 }
Exemplo n.º 2
0
 public TestManagerViewModel(int numberThreads)
 {
     semaphore = new SemaphoreEx(numberThreads, numberThreads);
 }