A combined_env
is a collection of different environments. When a skeleton is spawned in a combined_env
, the spawn_element
or set_num_succs
requests are passed down to each environment.
More...
Public Types | |
using | envs_type = stapl::tuple< Envs... > |
using | num_envs_type = std::integral_constant< int, sizeof...(Envs)> |
A combined_env
is a collection of different environments. When a skeleton is spawned in a combined_env
, the spawn_element
or set_num_succs
requests are passed down to each environment.
A typical usage of a combined_env
is to create tasks in a taskgraph_env
and create GraphViz graphs using graphviz_env
.
Envs | the list of enclosed environments |