TBB Flow Graph Nodes Running on Main Tread

335 Views Asked by At

Is there a way to constraint nodes in the flow graph to run on the main thread? The case is that I have a big dependency graph where only some of the nodes can run on other threads. Instead of picking out the nodes that can run on other threads, I want to feed the entire graph to TBB and then mark some of the nodes to run on the main thread.

0

There are 0 best solutions below