RxSwift
RxSwift copied to clipboard
Add convinience `Infallible` operator for setting `SchedulerType`(`subscribe(on:)`, `observe(on:)`)
There was no operator to set the SchedulerType
for Infallible. So, I added it.