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 scheduler and concurrency control operators #1082

Merged
merged 4 commits into from
Oct 15, 2022

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Oct 14, 2022

This PR adds operators for creating objects that schedule units of work in various concurrency platforms. It also adds support to control concurrency for operator notifications and subscription logic using the ObserveOn and SubscribeOn operators.

Schedulers are specified as properties in each of the operators which can either be externalized and assigned dynamically from user-specified sequences, or from a drop-down list of well-known default scheduler types.

Fixes #1081

@glopesdev glopesdev added the feature New planned feature label Oct 14, 2022
@glopesdev glopesdev added this to the 2.7.0 milestone Oct 14, 2022
@glopesdev glopesdev merged commit c602b54 into bonsai-rx:main Oct 15, 2022
@glopesdev glopesdev deleted the issue-1081 branch October 15, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for ObserveOn and SubscribeOn operators
1 participant