Mercurial > pub > ImplabNet
changeset 239:eedf4d834e67 v2
fix
author | cin |
---|---|
date | Wed, 13 Dec 2017 19:54:45 +0300 |
parents | bdfdba6b645b |
children | fa6cbf4d8841 |
files | Implab.Diagnostics.Interactive/InteractiveListener.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Implab.Diagnostics.Interactive/InteractiveListener.cs Fri Dec 01 01:28:56 2017 +0300 +++ b/Implab.Diagnostics.Interactive/InteractiveListener.cs Wed Dec 13 19:54:45 2017 +0300 @@ -18,7 +18,7 @@ readonly IPromise m_guiFinished; - readonly MTQueue<TraceViewItem> m_queue = new MTQueue<TraceViewItem>(); + readonly SimpleAsyncQueue<TraceViewItem> m_queue = new SimpleAsyncQueue<TraceViewItem>(); readonly AutoResetEvent m_queueEvent = new AutoResetEvent(false); int m_queueLength;