We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node_api.h not has napi threadsafe_function (https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_create_threadsafe_function)
node_api.h
napi_create_threadsafe_function napi_get_threadsafe_function_context napi_call_threadsafe_function napi_acquire_threadsafe_function napi_release_threadsafe_function napi_ref_threadsafe_function napi_unref_threadsafe_function
It cause my IDE always show error when I use those function.
The text was updated successfully, but these errors were encountered:
Possible duplicated with #463.
Sorry, something went wrong.
Actually, a duplicate of #509.
No branches or pull requests
node_api.h
not has napi threadsafe_function(https://nodejs.org/dist/latest-v12.x/docs/api/n-api.html#n_api_napi_create_threadsafe_function)
It cause my IDE always show error when I use those function.
The text was updated successfully, but these errors were encountered: