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

refactor: isolate reliance on SchedulerAction this context #7322

Merged
merged 1 commit into from Dec 19, 2023

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Aug 18, 2023

This goes through and moves all of the reliance on the this context for scheduling to a single point, executeSchedule. It also moves common complexities to that helper function. All of this is done in preparation for creating newer, simplified schedulers

@benlesh benlesh force-pushed the schedulers-dont-use-this branch 2 times, most recently from f030f9a to 6eb4f85 Compare August 18, 2023 19:46
This goes through and moves all of the reliance on the `this` context for scheduling to a single point, `executeSchedule`. It also moves common complexities to that helper function. All of this is done in preparation for creating newer, simplified schedulers
@benlesh
Copy link
Member Author

benlesh commented Dec 19, 2023

Under current Core team agreement, I'm merging this without additional review, as it's been up a long time and is landing in an alpha version.

@benlesh benlesh merged commit e5f4140 into ReactiveX:master Dec 19, 2023
3 checks passed
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.

None yet

1 participant