Skip to content

Feature Add OutputScheduler to ReactiveCommand#166

Merged
ChrisPulman merged 4 commits intomainfrom
FeatureAddOutputScheduler
Jan 21, 2025
Merged

Feature Add OutputScheduler to ReactiveCommand#166
ChrisPulman merged 4 commits intomainfrom
FeatureAddOutputScheduler

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

feature
closes #164

What is the current behavior?

#164

What is the new behavior?

Output Scheduler can be added as follows:
[ReactiveCommand(OutputScheduler = "RxApp.MainThreadScheduler")]
[ReactiveCommand(OutputScheduler = "RxApp.TaskpoolScheduler")]
[ReactiveCommand(OutputScheduler = nameof(_isheduler))] - Must be a ISheduler in the defined class

What might this PR break?

none - new feature

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

@ChrisPulman ChrisPulman merged commit 9e86c87 into main Jan 21, 2025
1 check passed
@ChrisPulman ChrisPulman deleted the FeatureAddOutputScheduler branch January 21, 2025 09:28
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OutputScheduler for ReactiveCommand

2 participants