Skip to content

Commit 51451b0

Browse files
committed
delaySubscription(Func0) does not use a scheduler
It subscribes to the upstream `Observable` on the emitting thread of the other `Observable` obtained from the `Func0`.
1 parent 0ea7bcf commit 51451b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4218,7 +4218,7 @@ public final Observable<T> delaySubscription(long delay, TimeUnit unit, Schedule
42184218
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/delaySubscription.o.png" alt="">
42194219
* <dl>
42204220
* <dt><b>Scheduler:</b></dt>
4221-
* <dd>This version of {@code delay} operates by default on the {@code compuation} {@link Scheduler}.</dd>
4221+
* <dd>This method does not operate by default on a particular {@link Scheduler}.</dd>
42224222
* </dl>
42234223
*
42244224
* @param subscriptionDelay

0 commit comments

Comments
 (0)