Skip to content

Commit

Permalink
2.x: Improve the package docs of i.r.schedulers (#6280)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd authored Nov 2, 2018
1 parent c3cfb5a commit caefffa
Showing 1 changed file with 4 additions and 2 deletions.
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;

0 comments on commit caefffa

Please sign in to comment.