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

/src/node_api.h lack function declaration of napi threadsafe_function #641

Closed
er230059 opened this issue Dec 26, 2019 · 2 comments
Closed

Comments

@er230059
Copy link

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)

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.

@legendecas
Copy link
Member

Possible duplicated with #463.

@gabrielschulhof
Copy link
Contributor

Actually, a duplicate of #509.

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

No branches or pull requests

3 participants