We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90052d commit 0e66f35Copy full SHA for 0e66f35
source/threads.tex
@@ -4762,7 +4762,7 @@
4762
\returns An object of type
4763
\tcode{future<result_of_t<decay_t<F>(decay_t<Args>...)>{>}} that refers
4764
to the shared state created by this call to \tcode{async}.
4765
-\enternote If a future obtained from std::async is moved outside the local scope,
+\enternote If a future obtained from \tcode{std::async} is moved outside the local scope,
4766
other code that uses the future must be aware that the future's destructor may
4767
block for the shared state to become ready. \exitnote
4768
0 commit comments