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

Add callbacks to message feeds #109

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Conversation

mhidalgo-bdai
Copy link
Contributor

In some cases, a callback-based interface is still handy. This patch supports the corresponding idioms.

Signed-off-by: Michel Hidalgo <[email protected]>
Copy link
Contributor

@khughes-bdai khughes-bdai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Michel Hidalgo <[email protected]>
@mhidalgo-bdai mhidalgo-bdai merged commit a583e79 into main Jul 26, 2024
3 checks passed
@mhidalgo-bdai mhidalgo-bdai deleted the mhidalgo-bdai/callbacks-for-feeds branch July 26, 2024 19:12
mhidalgo-bdai added a commit that referenced this pull request Jul 29, 2024
Follow-up to #109. It turns out that upstream `message_filters` are not quite safe to use in multi-threaded applications (at least in Python). This patch introduces thread-safe equivalents that are API compatible with upstream ones.
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.

3 participants