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