Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add call-once note to napi_queue_async_work
Add note to `napi_queue_async_work()` indicating that, upon successful return, it must not be called again with the same work item. Fixes: nodejs#27217 PR-URL: nodejs#27582
- Loading branch information