Hi,
I have a question regarding recently added support for TBB thread number limitation in accordance with process affinity mask. IIUC, if the process is bound to a single core, TBB will not create any worker threads. If that is the case, will spawned tasks be ever executed? Note that in my case the main thread doesn't wait for the tasks to finish, it proceeds with other things. Instead, each task upon its completionreports back to the main thread through our private task scheduler, which runs in the main thread.