-
Notifications
You must be signed in to change notification settings - Fork 967
Clarify std::async
policy behavior
#5053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Mq-b : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 8e450b2: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
I think the main thing is that C++ doesn't specify:
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
#sign-off |
Update async policy description to align with C++ standard and clarify Microsoft implementation
launch::async
policy to reflect that the C++ standard states the function behaves as if it invokes the callable object in a new thread.launch::async|launch::deferred
.async
.This update ensures the documentation accurately reflects both the C++ standard and the specifics of the Microsoft implementation.
References: