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

GD-103: Add monitor signals for a source to collect emitted signals #171

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

MikeSchulze
Copy link
Owner

Why

I want to test all emitted signals over the lifetime of a source.

What

  • Added new tool monitor_signals(<source>) to collect all emitted signals.
  • Existing SignalCollector converted from singleton to a RefCounted instance, the signal collector is now thread-context-bound

# Why
I want to test all emitted signals over the lifetime of a source.

# What
Added new tool `monitor_signals(<source>)` to collect all emitted signals.
@MikeSchulze MikeSchulze self-assigned this Apr 25, 2023
@MikeSchulze MikeSchulze linked an issue Apr 25, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit cca64d4 into master Apr 25, 2023
@MikeSchulze MikeSchulze deleted the GD-103 branch April 25, 2023 19:16
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.

GD-103: Provide a signal collector
1 participant