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.
2 parents 1452231 + c557f21 commit 91a7dfaCopy full SHA for 91a7dfa
source/exceptions.tex
@@ -1141,7 +1141,11 @@
1141
\item%
1142
when \tcode{std::execution::get_parallel_scheduler} is called and
1143
\tcode{std::execution::system_context_replace\-ability::query_parallel_scheduler_backend()}
1144
-returns a null pointer value\iref{exec.par.scheduler}.
+returns a null pointer value\iref{exec.par.scheduler}, or
1145
+
1146
+\item%
1147
+when an exception is thrown from a coroutine \tcode{std::execution::task}\iref{exec.task}
1148
+which doesn't support a \tcode{std::execution::set_error_t(std::exception_ptr)} completion.
1149
\end{itemize}
1150
\end{note}
1151
0 commit comments