tmp/tmpdjkde8bx/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### `query_parallel_scheduler_backend` <a id="exec.sysctxrepl.query">[[exec.sysctxrepl.query]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
shared_ptr<parallel_scheduler_backend> query_parallel_scheduler_backend();
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
`query_parallel_scheduler_backend()` returns the implementation object
|
| 8 |
+
for a parallel scheduler.
|
| 9 |
+
|
| 10 |
+
*Returns:* A non-null shared pointer to an object that implements the
|
| 11 |
+
`parallel_scheduler_backend` interface.
|
| 12 |
+
|
| 13 |
+
*Remarks:* This function is replaceable [[term.replaceable.function]].
|
| 14 |
+
|