summaryrefslogtreecommitdiff
path: root/test/addons/request-interrupt
Commit message (Collapse)AuthorAgeFilesLines
* src: expose environment RequestInterrupt apilegendecas2022-09-013-0/+131
Allow add-ons to interrupt JavaScript execution, and wake up loop if it is currently idle. PR-URL: https://github.com/nodejs/node/pull/44362 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>