Skip to content

Remove redundant cancelDone postMessage and command #15624

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
Nov 24, 2021

Conversation

kleisauke
Copy link
Collaborator

__emscripten_thread_exit (for detached threads) or pthread_join
(for joinable threads) should already recycle the thread.

Split from PR #15603.

__emscripten_thread_exit (for detached threads) or pthread_join
(for joinable threads) should already recycle the thread.
@sbc100 sbc100 merged commit 4b9840b into emscripten-core:main Nov 24, 2021
@kleisauke kleisauke deleted the remove-canceldone branch November 24, 2021 19:03
mmarczell-graphisoft pushed a commit to GRAPHISOFT/emscripten that referenced this pull request Jan 5, 2022
…15624)

__emscripten_thread_exit (for detached threads) or pthread_join
(for joinable threads) will already recycle the thread.
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