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.
1 parent 5897615 commit aa57149Copy full SHA for aa57149
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