Skip to content

Commit 8875b64

Browse files
committed
Merge pull request #570 from K-ballo/async-note
[futures.async] Use code font for "std::async"
2 parents 0f943c1 + a7d10e3 commit 8875b64

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
@@ -4762,7 +4762,7 @@
47624762
\returns An object of type
47634763
\tcode{future<result_of_t<decay_t<F>(decay_t<Args>...)>{>}} that refers
47644764
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,
4765+
\enternote If a future obtained from \tcode{std::async} is moved outside the local scope,
47664766
other code that uses the future must be aware that the future's destructor may
47674767
block for the shared state to become ready. \exitnote
47684768

0 commit comments

Comments
 (0)