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