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 e616330 commit a7d10e3Copy full SHA for a7d10e3
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