Closed
Description
As I said at #3072 (review) I think this wording is unclear and inaccurate:
The functionality is the same as for class
thread
(32.4.2) with the additional ability to request that the thread stops and then joins the started thread.
The threads referred to as "the thread" and "the started thread" are actually the same thread, so this says "the ability to request that the thread stops and then joins itself" which is not what the class does.
I suggest:
The functionality is the same as for class
thread
(32.4.2) with the additional abilities to provide astop_token
(32.3) to the new thread of execution, make stop requests, and automatically join.
Metadata
Metadata
Assignees
Labels
No labels
Activity
jensmaurer commentedon Aug 8, 2019
Sounds good.