WIP: feat(node_api): Add missing functions #7

Closed
abhisekp wants to merge 6 commits from abhisekp/feat-missing-functions into main
8 changed files with 1114 additions and 5 deletions
Showing only changes of commit 02f012763d - Show all commits

View File

@ -163,10 +163,6 @@ func UnrefThreadsafeFunction(env Env, fn ThreadsafeFunction) Status {
))
}
func DestroyThreadsafeFunction(tsfn ThreadsafeFunction) Status {
return Status(C.napi_destroy_threadsafe_function(tsfn))
}
func BasicEnv(env Env) Status {
return Status(C.node_api_basic_env(C.napi_env(env)))
}