Lines Matching refs:tasks
10 three calls to try_put spawn three tasks; each one applies the lambda
12 has unlimited concurrency, these tasks can execute concurrently if there
14 there are no tasks executing in the graph. As with other ``wait_for_all``
16 idly during this time, but instead can join in executing other tasks
34 limit of 1 and therefore does not spawn all tasks immediately. Instead,
35 it sequentially spawns tasks to execute its body, λ\ :sub:`m`, on the
36 messages in the order that they arrive. When all tasks are complete, the
44 Likewise, the body tasks execute the lambda expressions and then put
47 used to execute tasks from the oneTBB work pool while it is waiting.
51 execute all of the tasks that can be executed in parallel. If there are
52 fewer threads, some spawned tasks will need to wait until a thread is