Exemplo n.º 1
0
 private bool WaitingForSleepingWorker()
 {
     return(_workerSleepingEvent.TryWait(_cancellationToken));
 }
Exemplo n.º 2
0
 private bool WaitingForJob()
 {
     return(_queueIsEmptyEvent.TryWait(_cancellationToken));
 }