-
Notifications
You must be signed in to change notification settings - Fork 30k
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
timers: remove domain enter and exit #17880
Conversation
With domains implemented over AsyncHooks, it's no longer necessary to explicitly enter and exit the domain.
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 is a very good change. 👍
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.
Awesome
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.
LGTM, I've updated #17143
Landed in 2c94424 |
With domains implemented over AsyncHooks, it's no longer necessary to explicitly enter and exit the domain. PR-URL: #17880 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Andreas Madsen <[email protected]>
With domains implemented over AsyncHooks, it's no longer necessary to explicitly enter and exit the domain. PR-URL: #17880 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Andreas Madsen <[email protected]>
With domains implemented over AsyncHooks, it's no longer necessary to explicitly enter and exit the domain. PR-URL: #17880 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Andreas Madsen <[email protected]>
With domains implemented over AsyncHooks, it's no longer necessary to explicitly enter and exit the domain. PR-URL: #17880 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Andreas Madsen <[email protected]>
With domains implemented over
AsyncHook
, it's no longer necessary to explicitly enter and exit the domain.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
timers