Hello~
I am trying to understand the allocate_continuation source code lately.
It seems that it simply call the allocate_task to allocate a new task entity and return it.
However, the continuation task is not inserted into the task pool or mailbox via the spawn() function.
My question is, would TBB put the continuation task into the task pool?
If the continuation task's affinity id is not zero, would TBB put this task into the mailbox?
Any help would be grateful!
Dennis