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

Add UnicastSubject #213

Closed ruippeixotog closed 7 years ago

ruippeixotog commented 7 years ago

This pull request adds a wrapper for JavaRx UnicastSubject. Although the Subject is experimental, I would like to see a Scala wrapper for it as it's very useful in one of my projects.

I read #100, but I'm still not sure of how I should mark classes as experimental. I opted to use the annotation that is used in Java, but please tell me if you want it another way and I'll change it.

zsxwing commented 7 years ago

👍

zsxwing commented 7 years ago

Thanks @ruippeixotog