Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/main/java/io/reactivex/schedulers/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
* limitations under the License.
*/
/**
* Scheduler implementations, value+time record class and the standard factory class to
* return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
* Contains notably the factory class of {@link io.reactivex.schedulers.Schedulers Schedulers} providing methods for
* retrieving the standard scheduler instances, the {@link io.reactivex.schedulers.TestScheduler TestScheduler} for testing flows
* with scheduling in a controlled manner and the class {@link io.reactivex.schedulers.Timed Timed} that can hold
* a value and a timestamp associated with it.
*/
package io.reactivex.schedulers;