File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/io/reactivex/schedulers Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
/**
17
- * Scheduler implementations, value+time record class and the standard factory class to
18
- * return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
17
+ * Contains notably the factory class of {@link io.reactivex.schedulers.Schedulers Schedulers} providing methods for
18
+ * retrieving the standard scheduler instances, the {@link io.reactivex.schedulers.TestScheduler TestScheduler} for testing flows
19
+ * with scheduling in a controlled manner and the class {@link io.reactivex.schedulers.Timed Timed} that can hold
20
+ * a value and a timestamp associated with it.
19
21
*/
20
22
package io .reactivex .schedulers ;
You can’t perform that action at this time.
0 commit comments