| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8cfa878 commit 84e0a03
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3283,7 +3283,7 @@ napi_status napi_create_async_work(napi_env env, | |||
| 3283 | 3283 | - `[in] env`: The environment that the API is invoked under. | |
| 3284 | 3284 | - `[in] async_resource`: An optional object associated with the async work | |
| 3285 | 3285 | that will be passed to possible async_hooks [`init` hooks][]. | |
| 3286 | - - `[in] async_resource_name`: An identifier for the kind of resource that is | ||
| 3286 | + - `[in] async_resource_name`: Identifier for the kind of resource that is | ||
| 3287 | 3287 | being provided for diagnostic information exposed by the `async_hooks` API. | |
| 3288 | 3288 | - `[in] execute`: The native function which should be called to excute | |
| 3289 | 3289 | the logic asynchronously. | |
@@ -3382,7 +3382,7 @@ napi_status napi_async_init(napi_env env, | |||
| 3382 | 3382 | - `[in] env`: The environment that the API is invoked under. | |
| 3383 | 3383 | - `[in] async_resource`: An optional object associated with the async work | |
| 3384 | 3384 | that will be passed to possible `async_hooks` [`init` hooks][]. | |
| 3385 | - - `[in] async_resource_name`: Required identifier for the kind of resource | ||
| 3385 | + - `[in] async_resource_name`: Identifier for the kind of resource | ||
| 3386 | 3386 | that is being provided for diagnostic information exposed by the | |
| 3387 | 3387 | `async_hooks` API. | |
| 3388 | 3388 | - `[out] result`: The initialized async context. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments