[2026-03 LWG Motion 35] P3927R2 task_scheduler support for parallel bulk execution#8927
Open
jensmaurer wants to merge 3 commits intomainfrom
Open
[2026-03 LWG Motion 35] P3927R2 task_scheduler support for parallel bulk execution#8927jensmaurer wants to merge 3 commits intomainfrom
jensmaurer wants to merge 3 commits intomainfrom
Conversation
588e17d to
2065583
Compare
Fixes NB US 238-368 (C++26 CD).
2065583 to
dbbd056
Compare
ericniebler
reviewed
Apr 7, 2026
| private: | ||
| shared_ptr<void> @\exposidnc{sch_}@; // \expos | ||
| // see \ref{exec.sysctxrepl.psb} | ||
| shared_ptr<system_context_replaceability::parallel_scheduler_backend> @\exposidnc{sch_}@; // \expos |
Contributor
There was a problem hiding this comment.
maybe you're doing this in a separate PR, but this should be parallel_scheduler_replacement:: now.
Comment on lines
+7068
to
+7070
| \tcode{get_forward_progress_guarantee(SCHED(s))}. | ||
| The expression \tcode{get_completion_domain<set_value_t>(s)} is equivalent to | ||
| \tcode{task_scheduler::ts-domain()}. |
Contributor
There was a problem hiding this comment.
Suggested change
| \tcode{get_forward_progress_guarantee(SCHED(s))}. | |
| The expression \tcode{get_completion_domain<set_value_t>(s)} is equivalent to | |
| \tcode{task_scheduler::ts-domain()}. | |
| \tcode{get_forward_progress_guarantee(\exposid{SCHED}(s))}. | |
| The expression \tcode{get_completion_domain<set_value_t>(s)} is equivalent to | |
| \tcode{task_scheduler::\exposid{ts-domain}()}. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes NB US 238-368 (C++26 CD).
Fixes #8869
Also fixes cplusplus/papers#2600
Also fixes cplusplus/nbballot#943