Beispiel #1
0
 public void Clear()
 {
     _channel = new UnsortedChannel <IExecutionTask>(true);
 }
 public void Clear() =>
 _channel = new UnsortedChannel <IDeferredExecutionTask>(true);