Changeset 17283 for trunk/Mars/mcore


Ignore:
Timestamp:
10/21/13 12:02:16 (11 years ago)
Author:
lyard
Message:
added no-wait condition when processing is immediate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/Queue.h

    r17275 r17283  
    172172        {
    173173            const std::lock_guard<std::mutex> lock(fMutex);
    174             if (fState==kIdle)
     174            if (fState==kIdle || fState==kPrompt)
    175175                return false;
    176176
Note: See TracChangeset for help on using the changeset viewer.