Skip to content

Commit caefffa

Browse files
authored
2.x: Improve the package docs of i.r.schedulers (#6280)
1 parent c3cfb5a commit caefffa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/io/reactivex/schedulers/package-info.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
* limitations under the License.
1515
*/
1616
/**
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.
1921
*/
2022
package io.reactivex.schedulers;

0 commit comments

Comments
 (0)