Skip to content
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

Put Watchdog callbacks in separate MutuallyExclusiveCallbackGroups #20

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

amalnanavati
Copy link
Contributor

For the ada_watchdog_listener, it is crucial that it receive watchdog messages, unencumbered by other callbacks. Further, we don't need a ReentrantCallbackGroup because none of the callbacks need to be called in parallel with themselves. Therefore, this PR puts all callbacks in their own MutuallyExclusiveCallbackGroup by default.

Paired with ada_feeding#92.

@amalnanavati amalnanavati merged commit 59d3354 into main Sep 18, 2023
@amalnanavati amalnanavati deleted the amaln/callback_groups_revamp branch September 18, 2023 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant