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

Sean parent/set thread name #376

Merged
merged 7 commits into from
Apr 9, 2021
Merged

Conversation

sean-parent
Copy link
Member

Fixing setting the thread name for the portable executor for wasm - also added support for windows.

#elif defined(_MSC_VER)

inline void set_current_thread_name(const char* name) {
/* Should string->wstring be split out to a utility? */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment I don't think so, because this is the very only place to handle anything with strings explicitly.

@sean-parent sean-parent merged commit c86c645 into main Apr 9, 2021
@sean-parent sean-parent deleted the sean-parent/set-thread-name branch April 9, 2021 17:50
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