Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 22 additions & 20 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8432,26 +8432,7 @@
Facilities in the \tcode{system_context_replaceability} namespace
allow users to replace the default implementation of \tcode{parallel_scheduler}.

\rSec2[exec.sysctxrepl.query]{\tcode{query_parallel_scheduler_backend}}
\indexlibraryglobal{query_parallel_scheduler_backend}%
\begin{itemdecl}
shared_ptr<parallel_scheduler_backend> query_parallel_scheduler_backend();
\end{itemdecl}

\begin{itemdescr}
\pnum
\tcode{query_parallel_scheduler_backend()} returns
the implementation object for a parallel scheduler.

\pnum
\returns
A non-null shared pointer to an object
that implements the \tcode{parallel_scheduler_backend} interface.

\pnum
\remarks
This function is replaceable\iref{dcl.fct.def.replace}.
\end{itemdescr}
\rSec2[exec.sysctxrepl.recvproxy]{Receiver proxies}

\begin{codeblock}
namespace std::execution::system_context_replaceability {
Expand Down Expand Up @@ -8524,6 +8505,27 @@
for \tcode{get_stop_token_t}.
\end{itemdescr}

\rSec2[exec.sysctxrepl.query]{\tcode{query_parallel_scheduler_backend}}
\indexlibraryglobal{query_parallel_scheduler_backend}%
\begin{itemdecl}
shared_ptr<parallel_scheduler_backend> query_parallel_scheduler_backend();
\end{itemdecl}

\begin{itemdescr}
\pnum
\tcode{query_parallel_scheduler_backend()} returns
the implementation object for a parallel scheduler.

\pnum
\returns
A non-null shared pointer to an object
that implements the \tcode{parallel_scheduler_backend} interface.

\pnum
\remarks
This function is replaceable\iref{dcl.fct.def.replace}.
\end{itemdescr}

\rSec2[exec.sysctxrepl.psb]{Class \tcode{parallel_scheduler_backend}}

\begin{codeblock}
Expand Down