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 d470db1 commit db3482bCopy full SHA for db3482b
1 file changed
doc/threadsafe_function.md
@@ -200,8 +200,8 @@ napi_status Napi::ThreadSafeFunction::BlockingCall(void* data) const
200
201
napi_status Napi::ThreadSafeFunction::NonBlockingCall(void* data) const
202
```
203
-- `data`: Data to pass to `call_js_cb` specified when creating the tsfn via
204
- `napi_create_threadsafe_function`.
+- `data`: Data to pass to `call_js_cb` specified when creating the thread-safe
+ function via `napi_create_threadsafe_function`.
205
206
Returns one of:
207
- `napi_ok`: The call was successfully added to the queue.
0 commit comments