-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
[execution] Add schedule_result_t alias template. #5846
Conversation
Can one of the admins verify this patch? |
add to whitelist |
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.
LGTM, thanks! I would like to wait with merging this until V1.8 has been released (should not take long now).
Nice! |
- Alias schedule_result_t gives result type of schedule Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
- As per http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/ p2300r4.html#spec-execution.schedulers Point number 2 > 2. Let S be the type of a scheduler ... S is already a scheduler, no need to check Suggested-by: Agustín Bergé <agustinberge@gmail.com> Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
063cadc
to
62479f3
Compare
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.
The Windows builder issue was fixed on master, I guess we can ignore it here. LGTM, thanks!
bors merge |
Build succeeded: |
Signed-off-by: Shreyas Atre shreyasatre16@gmail.com
Any background context you want to provide?