java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableSubscribeOn.SubscribeOnSubscriber.Request
-
Field Summary
Fields
(package private) final long
(package private) final org.reactivestreams.Subscription
-
Constructor Summary
Constructors
Request(org.reactivestreams.Subscription s,
long n)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
upstream
final org.reactivestreams.Subscription upstream
-
-
Constructor Details
-
Request
Request(org.reactivestreams.Subscription s,
long n)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable