Commit 543bf9d 1 parent 2c0f1ed commit 543bf9d Copy full SHA for 543bf9d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4380,7 +4380,7 @@ allows them to avoid blocking overall execution of the Node.js application.
4380
4380
N-API provides an ABI-stable interface for these
4381
4381
supporting functions which covers the most common asynchronous use cases.
4382
4382
4383
- N-API defines the `napi_work ` structure which is used to manage
4383
+ N-API defines the `napi_async_work ` structure which is used to manage
4384
4384
asynchronous workers. Instances are created/deleted with
4385
4385
[`napi_create_async_work`][] and [`napi_delete_async_work`][].
4386
4386
@@ -4947,7 +4947,7 @@ napiVersion: 2
4947
4947
4948
4948
```C
4949
4949
NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
4950
- uv_loop_t ** loop);
4950
+ struct uv_loop_s ** loop);
4951
4951
```
4952
4952
4953
4953
* `[in] env`: The environment that the API is invoked under.
You can’t perform that action at this time.
0 commit comments