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 791e886 commit 70c7024Copy full SHA for 70c7024
xml/issue4150.xml
@@ -17,7 +17,7 @@ Given that <tt>run_loop::finish()</tt> puts the loop in the <i>finishing</i> sta
17
is that one cannot call <tt>finish()</tt> before calling <tt>run()</tt>.
18
<p/>
19
However, in most cases <tt>sync_wait</tt> is calling <tt>finish()</tt> on its <tt>run_loop</tt>
20
-before calling run<tt>()</tt>, violating this precondition. <tt>sync_wait</tt> does the following:
+before calling <tt>run()</tt>, violating this precondition. <tt>sync_wait</tt> does the following:
21
</p>
22
<blockquote><pre>
23
run_loop loop;
0 commit comments