Uh oh!
There was an error while loading. Please reload this page.
Break out platform delegate - #30324
Conversation
8623e9a to
01976b5Comparelaverdet
commented
Nov 7, 2019
For posterity previous inline comments and responses are here: laverdet@8623e9a |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
joyeecheung
commented
Nov 7, 2019
Can you add a cctest for this? (I think using a |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Adds a new abstract class for module authors and embedders to register arbitrary isolates with `node::MultiIsolatePlatform`.
32dae59 to
5164b20Compareaddaleax
commented
Nov 13, 2019
Now that this has definitely become semver-major this needs another @nodejs/tsc review… |
nodejs-github-bot
commented
Nov 13, 2019
nodejs-github-bot
commented
Nov 18, 2019
Adds a new abstract class for module authors and embedders to register arbitrary isolates with `node::MultiIsolatePlatform`. PR-URL: #30324 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
addaleax
commented
Nov 20, 2019
Landed in c712fb7, thanks for the pull request and please let us know if there’s anything else you need! 🚀 |
This is continuation from the discussion here: laverdet/isolated-vm#133.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes