https://forum.qt.io/topic/91739/why-wait-waitfordone-yieldcurrentthread-methods-use-the-processor-to-100
Why wait / waitForDone / yieldCurrentThread methods use the processor to 100%? | Qt Forum
Jun 18, 2018 - Main- thread create worker- threads by inheritance from QThreadPool and some thread for async work by inheritance from QThread. From main- thread I use: wait...