[Qbs] qbs resolve, multi-threaded or not?

Christian Kandeler Christian.Kandeler at qt.io
Wed Jul 17 15:52:48 CEST 2019


On Thu, 18 Jul 2019 00:52:25 +1200
Christian Gagneraud <chgans at gmail.com> wrote:

> When I run qbs resolve (on a 8 cores machine), i can see 3 qbs
> threads, and only 2 are busy (100% CPU).

The resolve procedure is offloaded into a dedicated thread. Otherwise it would block the main application, which would be a problem if it's an IDE. I don't know what the third thread is.


Christian


More information about the Qbs mailing list