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

Add NAN_MODULE_WORKER_ENABLED macro as a replacement for NAN_MODULE that supports multiple workers #792

Merged
merged 2 commits into from
Jul 2, 2018

Conversation

rpetrich
Copy link
Contributor

@rpetrich rpetrich commented Jul 1, 2018

Uses the named symbol node_register_module_v## variant of registration that works to support loading in multiple workers on node 10.5 with --experimental-workers.

This may need updating in the future if/when node requires native modules to explicitly opt in to multiple isolate support.

…hat supports multiple workers

Uses the named symbol node_register_module_v## variant of registration that works on node 10.5 with --experimental-workers. May need updating in the future if node requires native modules to explicitly opt in to multiple isolate support.
kkoopa

This comment was marked as off-topic.

@kkoopa kkoopa merged commit b058fb0 into nodejs:master Jul 2, 2018
@kkoopa
Copy link
Collaborator

kkoopa commented Jul 2, 2018

Thank you.

yuche added a commit to yuche/node-xxhash that referenced this pull request Aug 5, 2020
yuche added a commit to yuche/node-xxhash that referenced this pull request Aug 5, 2020
bongnv pushed a commit to bongnv/superstring that referenced this pull request Nov 10, 2022
All native modules used Electron be context-ware before when upgrading to Electron 14. [ref](electron/electron#18397). `superstring` is still one of the module that isn't context-aware.

This commit uses NAN_MODULE_WORKER_ENABLED instead of `NODE_MODULE` to make the module context-aware.

Please check electron/electron#18397 and nodejs/nan#792 for more detail.
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