File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public static Scheduler from(Executor executor) {
143143 * Starts those standard Schedulers which support the SchedulerLifecycle interface.
144144 * <p>The operation is idempotent and threadsafe.
145145 */
146- public static void start () {
146+ /* public testonly */ static void start () {
147147 Schedulers s = INSTANCE ;
148148 synchronized (s ) {
149149 if (s .computationScheduler instanceof SchedulerLifecycle ) {
Original file line number Diff line number Diff line change 1- package rx .internal . schedulers ;
1+ package rx .schedulers ;
22
33import static org .junit .Assert .*;
44
99
1010import rx .Scheduler .Worker ;
1111import rx .functions .Action0 ;
12+ import rx .internal .schedulers .GenericScheduledExecutorService ;
1213import rx .internal .util .RxRingBuffer ;
1314import rx .schedulers .Schedulers ;
1415import rx .subscriptions .CompositeSubscription ;
You can’t perform that action at this time.
0 commit comments