-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
2.x: Add scheduler creation factories #5002
Merged
Merged
Commits on Jan 18, 2017
-
Add scheduler creation factories
Resolves ReactiveX#4993 This is a pretty vanilla copy from RxJava 1's implementation. Note that I had to tune NewThread scheduler to not be a singleton to support this. We had talked about borrowing from project reactor's APIs for different overloads, let me know if you think we should add more fine-grained controls through these.
Configuration menu - View commit details
-
Copy full SHA for 2ae2414 - Browse repository at this point
Copy the full SHA 2ae2414View commit details
Commits on Jan 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 262f669 - Browse repository at this point
Copy the full SHA 262f669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681b977 - Browse repository at this point
Copy the full SHA 681b977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b4d461 - Browse repository at this point
Copy the full SHA 8b4d461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8009333 - Browse repository at this point
Copy the full SHA 8009333View commit details -
Rename to make it clearer about creation
Added scheduler because we're not in Scheduler anymore. Changed to "create" because "newNewThread" was weird
Configuration menu - View commit details
-
Copy full SHA for 66111c5 - Browse repository at this point
Copy the full SHA 66111c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1029b4 - Browse repository at this point
Copy the full SHA a1029b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c4a9e - Browse repository at this point
Copy the full SHA e5c4a9eView commit details
Commits on Jan 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 90ae664 - Browse repository at this point
Copy the full SHA 90ae664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a08b92 - Browse repository at this point
Copy the full SHA 6a08b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1ec6c - Browse repository at this point
Copy the full SHA ea1ec6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00af140 - Browse repository at this point
Copy the full SHA 00af140View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.