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

napi: add finalize hint support #155

Merged

Conversation

digitalinfinity
Copy link
Contributor

@digitalinfinity digitalinfinity commented Mar 16, 2017

Change napi_finalize_callback to support a hint parameter. APIs that take in a finalize callback now also take a hint. This hint is passed back in when the finalize callback is called

Fixes: #111

Change napi_finalize_callback to support a hint parameter
APIs that take in a finalize callback now also take a hint
This hint is passed back in when the finalize callback is
called
@digitalinfinity
Copy link
Contributor Author

@mhdawson @gabrielschulhof @sampsongao feel free to review too if you guys have time

/cc @kkoopa

@digitalinfinity
Copy link
Contributor Author

jasongin

This comment was marked as off-topic.

jasongin

This comment was marked as off-topic.

boingoing

This comment was marked as off-topic.

mhdawson

This comment was marked as off-topic.

@digitalinfinity
Copy link
Contributor Author

Thanks everyone for the reviews- merging now!

@digitalinfinity digitalinfinity merged commit 7597d8e into nodejs:api-prototype-8.x Mar 16, 2017
@digitalinfinity digitalinfinity deleted the finalize_callback branch March 16, 2017 22:40
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.

4 participants