Commit 005b601 1 parent 420d793 commit 005b601 Copy full SHA for 005b601
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 @@ -4355,7 +4355,7 @@ allows them to avoid blocking overall execution of the Node.js application.
4355
4355
N-API provides an ABI-stable interface for these
4356
4356
supporting functions which covers the most common asynchronous use cases.
4357
4357
4358
- N-API defines the `napi_work ` structure which is used to manage
4358
+ N-API defines the `napi_async_work ` structure which is used to manage
4359
4359
asynchronous workers. Instances are created/deleted with
4360
4360
[`napi_create_async_work`][] and [`napi_delete_async_work`][].
4361
4361
@@ -4922,7 +4922,7 @@ napiVersion: 2
4922
4922
4923
4923
```C
4924
4924
NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
4925
- uv_loop_t ** loop);
4925
+ struct uv_loop_s ** loop);
4926
4926
```
4927
4927
4928
4928
* `[in] env`: The environment that the API is invoked under.
You can’t perform that action at this time.
0 commit comments