Auto status change to "Under Review"
@@ -18,7 +18,7 namespace Implab.Diagnostics.Interactive | |||
|
18 | 18 | |
|
19 | 19 | readonly IPromise m_guiFinished; |
|
20 | 20 | |
|
21 |
readonly |
|
|
21 | readonly SimpleAsyncQueue<TraceViewItem> m_queue = new SimpleAsyncQueue<TraceViewItem>(); | |
|
22 | 22 | readonly AutoResetEvent m_queueEvent = new AutoResetEvent(false); |
|
23 | 23 | |
|
24 | 24 | int m_queueLength; |
General Comments 3
ok, latest stable version should be in default
You need to be logged in to leave comments.
Login now