| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -107,6 +107,9 @@ When building addons with `node-gyp`, using the macro `NODE_GYP_MODULE_NAME` as | |||
| 107 | 107 | the first parameter of `NODE_MODULE()` will ensure that the name of the final | |
| 108 | 108 | binary will be passed to `NODE_MODULE()`. | |
| 109 | 109 | ||
| 110 | + Addons defined with `NODE_MODULE()` can not be loaded in multiple contexts or | ||
| 111 | + multiple threads at the same time. | ||
| 112 | + | ||
| 110 | 113 | ### Context-aware addons | |
| 111 | 114 | ||
| 112 | 115 | There are environments in which Node.js addons may need to be loaded multiple | |
| Back | FazBrowse Home | New Git URL |
0 commit comments