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