-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Currently the main thread is named "
". See playground.As a result, other thread names have to be of style "" to be consistent in logs or other outputs.
Since we only have this one thread that is named by the system, "<>" does not help in distinguishing system threads with other threads.
"main" is simpler, and more consistent with what a name should be.
The change may affect program behaviour though, as the name of the main thread can be used to determine whether the current thread is main thread.
If the main thread name has not been specified in any way, this may be considered not a breaking change.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.