File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7166
7166
7167
7167
\pnum
7168
7168
\sync
7169
- Regardless of the provided \tcode {policy} argument,
7169
+ The following apply regardless of the provided \tcode {policy} argument:
7170
7170
\begin {itemize }
7171
7171
\item
7172
- the invocation of \tcode {async}
7172
+ The invocation of \tcode {async}
7173
7173
synchronizes with\iref {intro.multithread } the invocation of \tcode {f}.
7174
7174
\begin {note }
7175
7175
This statement applies even when the corresponding \tcode {future} object is moved to
7176
7176
another thread.
7177
7177
\end {note }
7178
- ; and
7179
7178
7180
7179
\item
7181
- the completion of the function \tcode {f} is sequenced before\iref {intro.multithread } the
7180
+ The completion of the function \tcode {f} is sequenced before\iref {intro.multithread } the
7182
7181
shared state is made ready.
7183
7182
\begin {note }
7184
7183
\tcode {f} might not be called at all,
You can’t perform that action at this time.
0 commit comments