Ejemplo n.º 1
0
 public StaSynchronizationContext()
     : base()
 {
     mQueue     = new BlockingQueue <SendOrPostCallbackItem>();
     mStaThread = new StaThread(mQueue);
     mStaThread.Start();
 }
 public StaSynchronizationContext()
    : base()
 {
     mQueue = new BlockingQueue<SendOrPostCallbackItem>();
     mStaThread = new StaThread(mQueue);
     mStaThread.Start();
 }