Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A functor that spawns a task. More...
Public Member Functions | |
spawn_functor (tbb::task &t) | |
void | operator() () const |
Private Attributes | |
tbb::task & | spawn_task |
A functor that spawns a task.
Definition at line 241 of file _flow_graph_impl.h.
|
inline |
Definition at line 244 of file _flow_graph_impl.h.
|
inline |
Definition at line 245 of file _flow_graph_impl.h.
References FLOW_SPAWN, and spawn_task.
|
private |
Definition at line 242 of file _flow_graph_impl.h.
Referenced by operator()().