From Jason Turner

[execpol.par]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp3dz893sv/{from.md → to.md} +15 -0
tmp/tmp3dz893sv/{from.md → to.md} RENAMED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Parallel execution policy <a id="execpol.par">[[execpol.par]]</a>
2
+
3
+ ``` cpp
4
+ class execution::parallel_policy { unspecified };
5
+ ```
6
+
7
+ The class `execution::parallel_policy` is an execution policy type used
8
+ as a unique type to disambiguate parallel algorithm overloading and
9
+ indicate that a parallel algorithm’s execution may be parallelized.
10
+
11
+ During the execution of a parallel algorithm with the
12
+ `execution::parallel_policy` policy, if the invocation of an element
13
+ access function exits via an uncaught exception, `terminate()` shall be
14
+ called.
15
+