Skip to content

Remove setimmediate handler from pthread onmessage. NFC#26994

Open
sbc100 wants to merge 1 commit into
emscripten-core:mainfrom
sbc100:setimmediate
Open

Remove setimmediate handler from pthread onmessage. NFC#26994
sbc100 wants to merge 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.

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.
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.

1 participant