There was an error while loading. Please reload this page.
1 parent 4e481d5 commit 2234cafCopy full SHA for 2234caf
1 file changed
src/main/java/io/reactivex/rxjava4/core/Observable.java
@@ -11489,7 +11489,7 @@ public final Observable<T> take(long count) {
11489
* @see <a href="http://reactivex.io/documentation/operators/take.html">ReactiveX operators documentation: Take</a>
11490
*/
11491
@CheckReturnValue
11492
- @SchedulerSupport(SchedulerSupport.NONE)
+ @SchedulerSupport(SchedulerSupport.COMPUTATION)
11493
@NonNull
11494
public final Observable<T> take(long time, @NonNull TimeUnit unit) {
11495
return takeUntil(timer(time, unit));
0 commit comments