Skip to content
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

[atomics.wait] Add an index for "eligible to be unblocked" under "atomic" #3132

Closed
burblebee opened this issue Aug 6, 2019 · 1 comment · Fixed by #3150
Closed

[atomics.wait] Add an index for "eligible to be unblocked" under "atomic" #3132

burblebee opened this issue Aug 6, 2019 · 1 comment · Fixed by #3150
Assignees

Comments

@burblebee
Copy link
Contributor

The wording for P1135R6 in #3093 added a definition for "eligible to be unblocked" in [atomics.wait]. Please add an index for this so it can be found under "atomic waiting operation".

Does it also make sense to move the index entries for "atomic waiting operation" and "atomic notifying operation" under "atomic operation" or "atomic!operation"?

@jensmaurer
Copy link
Member

We don't yet have "atomic!anything", but it seems to make sense to group the 5 or so index entries relating to memory model "atomic" there. (Atomic constraints are different, and should not be so grouped.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants