Skip to content

Conversation

@Marenz
Copy link
Contributor

@Marenz Marenz commented Jan 20, 2025

  • Update example to new code
  • Update component selector example
  • Remove now unnessecary check & parameter
  • Make dispatch receiving less chatty/verbose

@Marenz Marenz requested a review from a team as a code owner January 20, 2025 18:07
@github-actions github-actions bot added part:tests Affects the unit, integration and performance (benchmarks) tests part:dispatcher Affects the high-level dispatcher interface labels Jan 20, 2025
@Marenz Marenz changed the title Managing actor update Clean up API a bit Jan 20, 2025
@github-actions github-actions bot added the part:docs Affects the documentation label Jan 20, 2025
llucax
llucax previously approved these changes Jan 21, 2025
my_actor = MyActor(dispatch_updates_channel.new_receiver())
status_receiver = dispatcher.running_status_change.new_receiver()
status_receiver = dispatcher.new_running_state_event_receiver("EXAMPLE_TYPE")
Copy link
Contributor

Choose a reason for hiding this comment

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

Why wasn't this picked up by tests? 🤔

@Marenz Marenz added this pull request to the merge queue Jan 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 21, 2025
@Marenz Marenz added this pull request to the merge queue Jan 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 21, 2025
Signed-off-by: Mathias L. Baumann <[email protected]>
@Marenz Marenz force-pushed the managing branch 2 times, most recently from 9a354b5 to 3c3204a Compare January 21, 2025 17:33
@github-actions github-actions bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Jan 21, 2025
@Marenz Marenz merged commit 57204b6 into frequenz-floss:v0.x.x Jan 21, 2025
7 of 9 checks passed
@Marenz Marenz deleted the managing branch January 21, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:dispatcher Affects the high-level dispatcher interface part:docs Affects the documentation part:tests Affects the unit, integration and performance (benchmarks) tests part:tooling Affects the development tooling (CI, deployment, dependency management, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants