Beispiel #1
0
 public void Dispatch()
 {
     // NOTE: don't need to check IsDisposed here: InputQueue will handle dispose
     inputQueue.Dispatch();
 }
Beispiel #2
0
 public void Dispatch()
 {
     channelQueue.Dispatch();
 }