Skip to content

Commit 1099084

Browse files
artem-zinnatullinakarnokd
authored andcommitted
Remove mentions of Main thread from Schedulers.single() javadoc. (#5706)
1 parent 0a6c9f5 commit 1099084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/reactivex/schedulers/Schedulers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ public static Scheduler newThread() {
243243
* <p>
244244
* Uses:
245245
* <ul>
246-
* <li>main event loop</li>
246+
* <li>event loop</li>
247247
* <li>support Schedulers.from(Executor) and from(ExecutorService) with delayed scheduling</li>
248-
* <li>support benchmarks that pipeline data from the main thread to some other thread and
248+
* <li>support benchmarks that pipeline data from some thread to another thread and
249249
* avoid core-bashing of computation's round-robin nature</li>
250250
* </ul>
251251
* <p>

0 commit comments

Comments
 (0)