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 a26b3d7 commit 2d9bffcCopy full SHA for 2d9bffc
source/exec.tex
@@ -7282,8 +7282,8 @@
7282
7283
\indexlibrarymember{connect}{task}%
7284
\begin{itemdecl}
7285
-template<@\libconcept{receiver}@ R>
7286
- @\exposid{state}@<R> connect(R&& recv);
+template<@\libconcept{receiver}@ Rcvr>
+ @\exposid{state}@<Rcvr> connect(Rcvr&& recv);
7287
\end{itemdecl}
7288
\begin{itemdescr}
7289
\pnum
@@ -7292,8 +7292,8 @@
7292
7293
7294
\effects
7295
-Equivalent to: \tcode{return \exposid{state}<R>(exchange(\exposid{handle},
7296
-\{\}), std::forward<R>(recv));}
+Equivalent to: \tcode{return \exposid{state}<Rcvr>(exchange(\exposid{handle},
+\{\}), std::forward<Rcvr>(recv));}
7297
\end{itemdescr}
7298
7299
\rSec3[task.state]{\tcode{Class template \tcode{task::state}}}
0 commit comments