Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10696,7 +10696,7 @@
the return object or provider gives up its reference to its shared state; and

\item these actions will not block for the shared state to become ready, except that it
may block if all of the following are true: the shared state was created by a call to
may block if all of the following are \tcode{true}: the shared state was created by a call to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not correct; we're not talking about the result of a C++ expression of type bool, but about the truth of English statements.

\tcode{std::async}, the shared state is not yet ready, and this was the last reference
to the shared state.
\end{itemize}
Expand Down