From Jason Turner

[algorithms.parallel.exec]

Diff to HTML by rtfpessoa

tmp/tmp1vmv_7_w/{from.md → to.md} RENAMED
@@ -1,11 +1,10 @@
1
  ### Effect of execution policies on algorithm execution <a id="algorithms.parallel.exec">[[algorithms.parallel.exec]]</a>
2
 
3
- Parallel algorithms have template parameters named `ExecutionPolicy`
4
- [[execpol]] which describe the manner in which the execution of these
5
- algorithms may be parallelized and the manner in which they apply the
6
- element access functions.
7
 
8
  If an object is modified by an element access function, the algorithm
9
  will perform no other unsynchronized accesses to that object. The
10
  modifying element access functions are those which are specified as
11
  modifying the object.
 
1
  ### Effect of execution policies on algorithm execution <a id="algorithms.parallel.exec">[[algorithms.parallel.exec]]</a>
2
 
3
+ An execution policy template parameter describes the manner in which the
4
+ execution of a parallel algorithm may be parallelized and the manner in
5
+ which it applies the element access functions.
 
6
 
7
  If an object is modified by an element access function, the algorithm
8
  will perform no other unsynchronized accesses to that object. The
9
  modifying element access functions are those which are specified as
10
  modifying the object.