File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public static Scheduler from(Executor executor) {
143
143
* Starts those standard Schedulers which support the SchedulerLifecycle interface.
144
144
* <p>The operation is idempotent and threadsafe.
145
145
*/
146
- public static void start () {
146
+ /* public testonly */ static void start () {
147
147
Schedulers s = INSTANCE ;
148
148
synchronized (s ) {
149
149
if (s .computationScheduler instanceof SchedulerLifecycle ) {
Original file line number Diff line number Diff line change 1
- package rx .internal . schedulers ;
1
+ package rx .schedulers ;
2
2
3
3
import static org .junit .Assert .*;
4
4
9
9
10
10
import rx .Scheduler .Worker ;
11
11
import rx .functions .Action0 ;
12
+ import rx .internal .schedulers .GenericScheduledExecutorService ;
12
13
import rx .internal .util .RxRingBuffer ;
13
14
import rx .schedulers .Schedulers ;
14
15
import rx .subscriptions .CompositeSubscription ;
You can’t perform that action at this time.
0 commit comments