Closed DerekGloudemans closed 4 years ago
Using task_queue and audit_queue lengths don't work well because they are repeatedly emptied into internal lists. Need a thread-shared variable that stores this length
Resolved via shared variable p_num_tasks
Using task_queue and audit_queue lengths don't work well because they are repeatedly emptied into internal lists. Need a thread-shared variable that stores this length