ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 121 forks source link

#238: Initial commit to implement Single and Completable in RxScala1 #239

Closed Proximator closed 4 years ago

Proximator commented 6 years ago

I would like to implement Single and Completable, I just started working on that Could you please take a look to my code and check if this makes sense? Thanks

samuelgruetter commented 6 years ago

I would not invest any effort into building software on top of RxJava1, as RxJava1 is end of life (EOL).

dhoepelman commented 4 years ago

Due to project EOL status, this will not be merged.