Skip to content

Commit 555909c

Browse files
authored
[futures.state] Add \tcode for true
1 parent e70f9d1 commit 555909c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10696,7 +10696,7 @@
1069610696
the return object or provider gives up its reference to its shared state; and
1069710697

1069810698
\item these actions will not block for the shared state to become ready, except that it
10699-
may block if all of the following are true: the shared state was created by a call to
10699+
may block if all of the following are \tcode{true}: the shared state was created by a call to
1070010700
\tcode{std::async}, the shared state is not yet ready, and this was the last reference
1070110701
to the shared state.
1070210702
\end{itemize}

0 commit comments

Comments
 (0)