We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6c9f5 commit 1099084Copy full SHA for 1099084
src/main/java/io/reactivex/schedulers/Schedulers.java
@@ -243,9 +243,9 @@ public static Scheduler newThread() {
243
* <p>
244
* Uses:
245
* <ul>
246
- * <li>main event loop</li>
+ * <li>event loop</li>
247
* <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
+ * <li>support benchmarks that pipeline data from some thread to another thread and
249
* avoid core-bashing of computation's round-robin nature</li>
250
* </ul>
251
0 commit comments