예제 #1
0
 private IEnumerable<Event> TestResourceReleaseAfterInterruptInterruptor(Environment env, Process proc)
 {
     proc.Interrupt();
       yield break;
 }
예제 #2
0
 private IEnumerable<Event> TestResourceContinueAfterInterruptWaitingInterruptor(Environment env, Process proc)
 {
     proc.Interrupt();
       yield break;
 }