ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
300 stars 142 forks source link

HAd to add a pause because if someone tries to change a queue while t… #144

Closed gpotts closed 7 years ago

gpotts commented 7 years ago

…he thread is running there is a deadlock on notifications. We have to gurantee that the thread is no longer on bocked within the previous queue and block the thread from processing anything else in the queue while we are setting to a new queue.