From Jason Turner

[exec.sysctxrepl.query]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpdjkde8bx/{from.md → to.md} +14 -0
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
+