File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 7168
7168
\begin {itemize }
7169
7169
\item
7170
7170
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
7177
7173
7178
7174
\item
7179
7175
the completion of the function \tcode {f} is sequenced before\iref {intro.multithread } the
7184
7180
\end {note }
7185
7181
\end {itemize }
7186
7182
7183
+ \begin {note }
7184
+ These statements apply even when the corresponding \tcode {future} object is moved to
7185
+ another thread.
7186
+ \end {note }
7187
+
7187
7188
If the implementation chooses the \tcode {launch::async} policy,
7188
7189
\begin {itemize }
7189
7190
\item
You can’t perform that action at this time.
0 commit comments