Skip to content

Foundation: correctly read thread name #2309

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

Merged
merged 1 commit into from
May 28, 2019

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented May 28, 2019

Foundation was correctly setting the thread name, but it would only ever
read the name that was stored in the thread object. This meant that if
the thread name was set elsewhere (e.g. by Linux, or by SwiftNIO) that
name would not be reflected in Thread's name property.

Foundation was correctly setting the thread name, but it would only ever
read the name that was stored in the thread object. This meant that if
the thread name was set elsewhere (e.g. by Linux, or by SwiftNIO) that
name would not be reflected in Thread's name property.
@Lukasa
Copy link
Contributor Author

Lukasa commented May 28, 2019

@swift-ci test

@Lukasa
Copy link
Contributor Author

Lukasa commented May 28, 2019

@swift-ci test macOS

1 similar comment
@Lukasa
Copy link
Contributor Author

Lukasa commented May 28, 2019

@swift-ci test macOS

@millenomi millenomi merged commit d7af652 into swiftlang:master May 28, 2019
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.

2 participants