Skip to content

Commit f9f0a24

Browse files
committed
[futures.async] Avoid note within a sentence.
1 parent 6608a61 commit f9f0a24

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/threads.tex

+7-6
Original file line numberDiff line numberDiff line change
@@ -7168,12 +7168,8 @@
71687168
\begin{itemize}
71697169
\item
71707170
the invocation of \tcode{async}
7171-
synchronizes with\iref{intro.multithread} the invocation of \tcode{f}.
7172-
\begin{note}
7173-
This statement applies even when the corresponding \tcode{future} object is moved to
7174-
another thread.
7175-
\end{note}
7176-
; and
7171+
synchronizes with\iref{intro.multithread} the invocation of \tcode{f}
7172+
and
71777173

71787174
\item
71797175
the completion of the function \tcode{f} is sequenced before\iref{intro.multithread} the
@@ -7184,6 +7180,11 @@
71847180
\end{note}
71857181
\end{itemize}
71867182

7183+
\begin{note}
7184+
These statements apply even when the corresponding \tcode{future} object is moved to
7185+
another thread.
7186+
\end{note}
7187+
71877188
If the implementation chooses the \tcode{launch::async} policy,
71887189
\begin{itemize}
71897190
\item

0 commit comments

Comments
 (0)