ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.32k stars 4.17k forks source link

Add convinience `Infallible` operator for setting `SchedulerType`(`subscribe(on:)`, `observe(on:)`) #2576

Open Gongcu opened 7 months ago

Gongcu commented 7 months ago

There was no operator to set the SchedulerType for Infallible. So, I added it.