Skip to content

Remove setimmediate handler from pthread onmessage. NFC#26994

Merged
sbc100 merged 1 commit into
emscripten-core:mainfrom
sbc100:setimmediate
May 22, 2026
Merged

Remove setimmediate handler from pthread onmessage. NFC#26994
sbc100 merged 1 commit into
emscripten-core:mainfrom
sbc100:setimmediate

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented May 22, 2026

In #26984, I changed the format of this message so it no longer includes the target key.

I should have also remove this extra handler here, which is actually doing nothing. There is no need to explicitly do any kind no-op handling since all messages that don't have a cmd key are already completely ignored by this handler.

@sbc100 sbc100 requested a review from kripken May 22, 2026 18:25
In emscripten-core#26984, I changed the format of this message so it no longer includes
the `target` key.

I should have also remove this extra handler here, which is actually
doing nothing.  There is no need to explicitly do any kind `no-op`
handling since all messages that don't have a `cmd` key are already
completely ignored by this handler.
@sbc100 sbc100 merged commit b5118fe into emscripten-core:main May 22, 2026
28 of 30 checks passed
@sbc100 sbc100 deleted the setimmediate branch May 22, 2026 19:46
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