Hello,
In chapter 5.6 it states:
This is because the Multi-Threaded Executor starts ONE THREAD PER NODE ADDED
This is incorrect: by default it starts as many threads as the nr. of hardware threads that are supported, with a minimum of two.
See the corresponding code in multi_threaded_executor.cpp
: