subscribeOn
Asynchronously subscribes Observers to this Observable on the specified SchedulerLike
.
Parameters
scheduler |
The |
delay |
Optional. Default is Type: |
Returns
MonoTypeOperatorFunction<T>
: The source Observable modified so that its subscriptions happen on the specified SchedulerLike
.
.