示例#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();
 }