-
-
Notifications
You must be signed in to change notification settings - Fork 34k
[v8.x] n-api: make func argument of napi_create_threadsafe_function optional #28400
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
[v8.x] n-api: make func argument of napi_create_threadsafe_function optional #28400
Conversation
legendecas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5d69cd4 to
5b1f497
Compare
5b1f497 to
64849c3
Compare
mhdawson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Removing author ready because IIUC only @nodejs/backporters are supposed to land to 8.x-staging. Feel free to re-add if they are using author ready, but judging by the fact that this hasn't landed after 25 days with author ready applied, I'm guessing they're not. (Which is totally OK!) |
PR-URL: nodejs#27791 Refs: nodejs#27592 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
64849c3 to
d0a05d0
Compare
|
Rebased. |
|
v8.x will receive no further minor versions. |
PR-URL: #27791
Refs: #27592
Reviewed-By: Gabriel Schulhof gabriel.schulhof@intel.com
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes