Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
[v22.x backport] worker: make Worker async disposable#58455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v22.x backport] worker: make Worker async disposable #58455
Uh oh!
There was an error while loading. Please reload this page.
Conversation
juanarbol commented May 26, 2025
Maybe it is quite irrelevant, but this backport diverges a bit from the original PR (one extra commit) and each commit is missing its metadata (trailing, same as the original PR). |
jasnell commented May 26, 2025
This was a manual commit put together before the other one landed. Will update it with the metadata later. |
23474ab to a8ffbcdCompare
juanarbol left a comment • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a manual commit put together before the other one landed. Will update it with the metadata later.
Oh, I see. Although, all commits needs its trailers. I think a rebase and a ncu command for each patch will fix it. I'm approving considering that you'll add the git trailers for each commit as it should be.
jasnell commented May 26, 2025
i'm not planning on back porting both of the original commits since one is only relevant for 24.x. This one commit combines the base change along the 22.x version of the test that landed in the original. |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jun 10, 2025
nodejs-github-bot commented Jun 15, 2025
nodejs-github-bot commented Jul 21, 2025
nodejs-github-bot commented Jul 21, 2025
nodejs-github-bot commented Jul 22, 2025
nodejs-github-bot commented Jul 24, 2025
nodejs-github-bot commented Jul 24, 2025
nodejs-github-bot commented Jul 27, 2025
nodejs-github-bot commented Jul 27, 2025
nodejs-github-bot commented Jul 28, 2025
nodejs-github-bot commented Jul 28, 2025
PR-URL: nodejs#58385 Backport-PR-URL: nodejs#58455 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
PR-URL: nodejs#58385 Backport-PR-URL: nodejs#58455 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
514262c to 66fccc2Compareaduh95 commented Jul 28, 2025
Landed in 6905258...66fccc2 |
66fccc2 into nodejs:v22.x-stagingUh oh!
There was an error while loading. Please reload this page.
Backport of #58385