We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cd02a commit cf064eaCopy full SHA for cf064ea
algorithms.html
@@ -133,10 +133,7 @@ <h1>Effect of execution policies on algorithm execution</h1>
133
134
<p>
135
Algorithms invoked with an execution policy object of type <code>execution_policy</code>
136
- execute internally as if invoked with instances of type
137
- <code>sequential_execution_policy</code>, <code>parallel_execution_policy</code>, or an
138
- implementation-defined execution policy type depending on the dynamic value of the
139
- <code>execution_policy</code> object.
+ execute internally as if invoked with the contained execution policy object.
140
</p>
141
142
0 commit comments