Skip to content

Commit 4f2fd23

Browse files
committed
[futures.async] Avoid note within a sentence.
1 parent cdf68b3 commit 4f2fd23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/threads.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7164,19 +7164,18 @@
71647164

71657165
\pnum
71667166
\sync
7167-
Regardless of the provided \tcode{policy} argument,
7167+
The following apply regardless of the provided \tcode{policy} argument:
71687168
\begin{itemize}
71697169
\item
7170-
the invocation of \tcode{async}
7170+
The invocation of \tcode{async}
71717171
synchronizes with\iref{intro.multithread} the invocation of \tcode{f}.
71727172
\begin{note}
71737173
This statement applies even when the corresponding \tcode{future} object is moved to
71747174
another thread.
71757175
\end{note}
7176-
; and
71777176

71787177
\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
71807179
shared state is made ready.
71817180
\begin{note}
71827181
\tcode{f} might not be called at all,

0 commit comments

Comments
 (0)