Add inner_parallel_strategy
to allow for nested parallelization.
#54
Labels
enhancement
New feature or request
Future allows for nested parallelization, e.g.
plan(cluster, multicore)
where the first level parallelizes across nodes and the second level uses the cores on each node. A use case for this is parallelizing methods across nodes and then parallelizing reps across the cores on the nodes.The text was updated successfully, but these errors were encountered: