| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| This API cancels a previously allocated work, provided | ||
| it has not yet been queued for execution. After this function is called | ||
| This API cancels a previously queued work if it has not yet |
There was a problem hiding this comment.
Nit: a previously queued work? Should that just be previously queued work without the a?
Nit: previously queued -> previously-queued or (even better IMO) just queued
Sorry, something went wrong.
|
|
||
| This API cancels a previously allocated work, provided | ||
| it has not yet been queued for execution. After this function is called | ||
| This API cancels a previously queued work if it has not yet |
There was a problem hiding this comment.
either drop 'a' or s/work/work item
Sorry, something went wrong.
| the `complete` callback will be invoked with a status value of | ||
| `napi_cancelled`. The work should not be deleted before the `complete` | ||
| callback invocation, even when it was cancelled. | ||
| callback invocation, even when it was successfully cancelled. |
There was a problem hiding this comment.
Nit: even when it was successfully cancelled -> even if it has been successfully cancelled?
Sorry, something went wrong.
Sorry, something went wrong.
|
Believe I have addressed @Trott 's comments and many approvals so going to land CI Run: https://ci.nodejs.org/job/node-test-pull-request/8090/ |
Sorry, something went wrong.
|
CI good, landing. |
Sorry, something went wrong.
PR-URL: #12974 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
PR-URL: nodejs#12974 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
PR-URL: nodejs#12974 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
Backport-PR-URL: #19447 PR-URL: #12974 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc, n-api