Skip to content

[thread.stoptoken] Index missing pieces in <stop_token>#8359

Merged
jensmaurer merged 7 commits into
cplusplus:mainfrom
frederick-vs-ja:index-stop_token
Oct 24, 2025
Merged

[thread.stoptoken] Index missing pieces in <stop_token>#8359
jensmaurer merged 7 commits into
cplusplus:mainfrom
frederick-vs-ja:index-stop_token

Conversation

@frederick-vs-ja

Copy link
Copy Markdown
Contributor

Entities the std namespace:

  • nostopstate_t,
  • nostopstate,
  • stop_callback_for_t,
  • never_stop_token,
  • inplace_stop_token,
  • inplace_stop_source,
  • inplace_stop_source, and
  • inplace_stop_callback.

Member alias templates:

  • All callback_type alias templates.

Member functions:

  • All member functions shown in the synopses, except for
    • defaulted operator==, and
    • the destructor of inplace_stop_callback, because it's doubtful whether it should be explicitly mentioned at all, see also [functions.within.classes].

Exposition-only member class callback-type is skipped for now.

Fixes #8358.

@jensmaurer jensmaurer merged commit f9f7900 into cplusplus:main Oct 24, 2025
2 checks passed
@jensmaurer

Copy link
Copy Markdown
Member

Thanks!

I've taken the liberty to squash-merge.

@frederick-vs-ja frederick-vs-ja deleted the index-stop_token branch October 24, 2025 07:49
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 this pull request may close these issues.

Some names in [thread.stoptoken] are not in the library index

2 participants