kevinwright / RxScala

Alternate clean+idiomatic Scala API for the RxJava reactive extensions library
Apache License 2.0
14 stars 0 forks source link

Synchronize ... #1

Open headinthebox opened 10 years ago

headinthebox commented 10 years ago

Hi Kevin

Samuel and I are making a lot of changes to the Rx Scala API see https://github.com/Netflix/RxJava/pull/562, so you may want to join that effort such that you optimize your efforts.

Thanks.

Erik

kevinwright commented 10 years ago

Right now I've got some fairly sweeping changes I want to explore, with a view to pushing ideas back into RxJava at a later point in time - depending on how they work out.

Including (but not limited to):

I'm finding the use of overloaded constructors makes interop difficult, which is a big driving force towards a scala-native reimplementation (which may well be contentious). I can also see that a dependency on Akka might be unwanted for some people.