We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5897615 + aa57149 commit d5cfe19Copy full SHA for d5cfe19
include/node_api.h
@@ -209,7 +209,7 @@ napi_create_threadsafe_function(napi_env env,
209
size_t max_queue_size,
210
size_t initial_thread_count,
211
void* thread_finalize_data,
212
- node_api_nogc_finalize thread_finalize_cb,
+ napi_finalize thread_finalize_cb,
213
void* context,
214
napi_threadsafe_function_call_js call_js_cb,
215
napi_threadsafe_function* result);
0 commit comments