Mercurial > pub > ImplabNet
comparison Implab.Diagnostics.Interactive/InteractiveListener.cs @ 239:eedf4d834e67 v2
fix
| author | cin |
|---|---|
| date | Wed, 13 Dec 2017 19:54:45 +0300 |
| parents | fe5101083150 |
| children |
comparison
equal
deleted
inserted
replaced
| 238:bdfdba6b645b | 239:eedf4d834e67 |
|---|---|
| 16 SynchronizationContext m_syncGuiThread; | 16 SynchronizationContext m_syncGuiThread; |
| 17 readonly Promise m_guiStarted = new Promise(); | 17 readonly Promise m_guiStarted = new Promise(); |
| 18 | 18 |
| 19 readonly IPromise m_guiFinished; | 19 readonly IPromise m_guiFinished; |
| 20 | 20 |
| 21 readonly MTQueue<TraceViewItem> m_queue = new MTQueue<TraceViewItem>(); | 21 readonly SimpleAsyncQueue<TraceViewItem> m_queue = new SimpleAsyncQueue<TraceViewItem>(); |
| 22 readonly AutoResetEvent m_queueEvent = new AutoResetEvent(false); | 22 readonly AutoResetEvent m_queueEvent = new AutoResetEvent(false); |
| 23 | 23 |
| 24 int m_queueLength; | 24 int m_queueLength; |
| 25 bool m_exitPending; | 25 bool m_exitPending; |
| 26 | 26 |
