-
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
Scheduler #810
Comments
No significant reason. Probably because all other schedulers just return the interface but that one you want the concrete instance. |
It feels a bit inconsistent; nothing prevents this one to return a value of type TestScheduler instead of Scheduler. |
This now exists: public static TestScheduler test() |
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this issue
Mar 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any reason
public class Schedulers {...}
has no static TestScheduler factory?The text was updated successfully, but these errors were encountered: