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 b75afc4 commit fed1353Copy full SHA for fed1353
napi.h
@@ -2474,9 +2474,8 @@ namespace Napi {
2474
Finalizer finalizeCallback,
2475
FinalizerDataType* data = nullptr);
2476
2477
- TypedThreadSafeFunction<ContextType, DataType, CallJs>();
2478
- TypedThreadSafeFunction<ContextType, DataType, CallJs>(
2479
- napi_threadsafe_function tsFunctionValue);
+ TypedThreadSafeFunction();
+ TypedThreadSafeFunction(napi_threadsafe_function tsFunctionValue);
2480
2481
operator napi_threadsafe_function() const;
2482
0 commit comments