Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threads
#4
Right click in the "Running items" pane and check "+hidden".

Also, QM closes handles of ended threads after several seconds, not immediately, because macros may need them (eg used with wait H). These threads also are counted, therefore you may see these warnings when starting/ending threads very frequently.

Try to reduce the number/frequency of threads. Replace mac "function_name" with function_name where possible. Or use single thread running all the time and somehow notify it to do the work when need. Starting a thread is not very cheap.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)